@font-face {
	font-family: "Lingerhend";
	src: url("../fontes/Lingerhend.ttf") format("truetype");
}

@font-face {
	font-family: "Libre";
	src: url("../fontes/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "LibreItalic";
	src: url("../fontes/LibreBaskerville-Italic.ttf") format("truetype");
}
@font-face {
	font-family: "LibreBold";
	src: url("../fontes/LibreBaskerville-Bold.ttf") format("truetype");
}

html {
	margin: 0 !important;
	overflow: visible !important;
}

body {
	font-family: "Work Sans", sans-serif;
	background-color: #fff;
	margin-top: 130px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
li,
a,
label,
input,
select,
textarea {
	font-family: "Work Sans", sans-serif;
	color: #313131;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "LibreBold";
	color: #313131;
	margin: 0;
}

p {
	font-size: 15px;
}

.Lingerhend {
	font-family: "Lingerhend";
}

.Libre {
	font-family: "LibreBold";
}
.Libre i,
i.Libre {
	font-family: "LibreItalic";
}
.LibreRegular {
	font-family: "Libre";
}

hr {
	margin: 23px 0;
	border-top-color: #cdcdcd;
}

.ui-pnotify .ui-pnotify-shadow {
	-webkit-box-shadow: 0px 0px 10px -3px #fff !important;
	-moz-box-shadow: 0px 0px 10px -3px #fff !important;
	box-shadow: 0px 0px 10px -3px #fff !important;
}

[ui-pnotify].ui-pnotify .brighttheme-success {
	background-color: #231F20;
	border: 0 solid #231F20;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer,
[ui-pnotify].ui-pnotify .brighttheme-icon-sticker,
[ui-pnotify].ui-pnotify .brighttheme-success h4,
[ui-pnotify].ui-pnotify .brighttheme-success div {
	color: #fff;
	outline: none !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-success {
	background-color: #fff;
	color: #f99c12;
}

#wh-widget-send-button.wh-widget-right {
	right: -10px !important;
}

.white-popup-block {
	background: #fff;
	padding: 30px 30px;
	width: 98%;
	max-width: 650px;
	margin: 40px auto;
	text-align: center;
	position: relative;
}

.btn {
	border-radius: 10px;
	font-size: 16px;
}

.btn-success {
	background-color: transparent;
	border-color: #231F20;
	color: #231F20 !important;
	text-decoration: none !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:hover,
.btn-success:focus {
	background-color: #231F20;
	border-color: #231F20;
	color: #fff !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgb(229 75 75 / 23%) !important;
}

::selection {
	background-color: #313131;
	color: #ffffff;
	text-shadow: none;
}
::-moz-selection {
	background: #313131;
	color: #ffffff;
	text-shadow: none;
}

#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	background: url("../images/preloader.gif") center no-repeat #212121;
}

#conteudo_18 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	background-image: url("../images/images-24/Massarotto-18-2.jpg");
	background-size: cover;
	background-position: center center;
}

#conteudo_18:before,
#conteudo_18:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(0, 43, 84, 0.45);
}
#conteudo_18:after {
	background-color: #231F20;
	mix-blend-mode: multiply;
}

#conteudo_18 .container {
	position: relative;
	z-index: 1;
}

#conteudo_18 .row {
	min-height: 100vh;
	padding-top: 30px;
	padding-bottom: 30px;
}

#conteudo_18 .icone {
	display: block;
	height: 191px;
	margin: 0 auto;
}

#conteudo_18 p,
#conteudo_18 span {
	text-shadow: 1px 1px 3px #000;
}

#conteudo_18 .bem_vindo,
#conteudo_18 .idade {
	font-family: "Lingerhend";
	display: block;
	font-size: 70px;
	line-height: 100%;
	color: #AAAAA2;
}

#conteudo_18 p {
	font-size: 38px;
	color: #fff;
	font-family: "Libre";
	margin-top: 50px;
}

#conteudo_18 .idade {
	font-size: 100px;
	line-height: 50%;
	margin-bottom: 15px;
}

#conteudo_18 .botoes a {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: #313131;
	width: 200px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: 1px solid #313131;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 9;
}

#conteudo_18 .botoes a:hover,
#conteudo_18 .botoes a:focus {
	color: #313131;
}
#conteudo_18 .obs {
	font-family: "Libre";
	font-size: 13px;
	color: #fff;
}

#conteudo_18 .botoes a:after,
#conteudo_18 .botoes a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 50px;
	top: 0;
	left: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#conteudo_18 .botoes a:before {
	z-index: -1;
	background-color: #cab48d;
}
#conteudo_18 .botoes a:after {
	transition-delay: 0.2s;
}

#conteudo_18 .botoes a:hover:before,
#conteudo_18 .botoes a:hover:after {
	width: 100%;
	left: 0;
	transition-property: width;
}

#conteudo_18 .botoes a:hover:before {
	transition-delay: 0.2s;
}

#conteudo_18 .botoes a:hover:after {
	transition-property: width;
	transition-delay: 0s;
}

/*&:hover {
    &:after, &:before {
      width: 100%;
      left: 0;
      transition-property: width;
    }
    &:before {
      transition-delay: .2s;
    }
    &:after {
      transition-property: width;
      transition-delay: 0s;
    }
  }*/

body:not(.index) #preloader {
	display: none;
}

body.contato footer {
	margin-top: 0 !important;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.pagination a,
.pagination span {
	padding: 18px;
	border: 1px solid #dddddd !important;
	font-size: 18px !important;
	color: #525252;
	margin-right: -5px;
	display: inline-block;
	background: #fff !important;
}

.pagination a:hover,
.pagination span strong {
	color: #231F20;
}

.mfp-title {
	line-height: 22px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0;
	padding-right: 0;
	text-align: center;
	top: -27px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-shadow: 1px 1px 1px #000;
}

img.mfp-img {
	padding: 0;
	margin: 20px auto;
	border: 1px solid #fff;
}

.mfp-counter {
	display: none;
}

.mfp-figure {
	-webkit-transform: scale(0.9) translate(-1%, -1%);
	-moz-transform: scale(0.9) translate(-1%, -1%);
	-ms-transform: scale(0.9) translate(-1%, -1%);
	-o-transform: scale(0.9) translate(-1%, -1%);
	transform: scale(0.9) translate(-1%, -1%);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 0.5;
}

.mfp-figure.loaded {
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	opacity: 1;
}

.mfp-bottom-bar {
	margin-top: 0;
}

.transition {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.inline_middle {
	display: inline-block;
	vertical-align: middle;
}

.no_pad {
	padding: 0;
}

a:hover,
a:focus,
a {
	color: inherit;
	text-decoration: none;
}

.form-padrao input:not([type="file"]),
.form-padrao select,
.form-padrao textarea {
	border: 1px solid #cdcdcd;
	height: 40px;
	border-radius: 0;
	width: 100%;
	padding-left: 10px;
	font-size: 15px;
	color: #7a7a7a;
	outline: none;
	position: relative;
	margin-bottom: 15px;
}

.form-padrao input[type="radio"] {
	float: left;
}

.form-padrao input[type="file"] {
	margin-bottom: 30px;
	width: 100%;
}

.form-padrao label {
	font-family: "Libre";
	font-size: 16px;
	color: #231F20;
	margin-bottom: 0;
	margin-left: 2px;
}

.form-padrao textarea {
	height: 136px;
	padding-top: 10px;
}

.form-padrao button:focus,
.form-padrao input:focus,
.form-padrao select:focus,
.form-padrao textarea:focus {
	outline: none;
	box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5) !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.form-padrao button {
	float: left;
	margin: 5px 0;
	border: 1px solid #231F20;
	padding: 10px 25px;
	border-radius: 0;
	text-transform: uppercase;
	color: #231F20;
	background-color: transparent;
	box-shadow: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.form-padrao button:not(:disabled):hover {
	background-color: #231F20;
	color: #fff;
}

.form-padrao .g-recaptcha {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.info-contato {
	background: #f9f9f9;
	padding: 15px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	gap: 40px;
	height: 100%;
}

.navbar-brand {
	padding: 0;
	margin-right: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar {
	padding: 0;
}

#cabecalho {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 15px -7px #777;
}

#cabecalho.compressed_nav {
	box-shadow: 0 0 10px #ccc;
}

#navbarCollapse {
	background-color: #231F20;
}

.logo_cab {
	float: left;
	height: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.compressed_nav .logo_cab {
	height: 55px;
}

.navbar-expand-xl .navbar-nav {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link {
	display: inline-block;
	line-height: 120%;
	font-size: 20px;
	padding: 41px 29px;
	margin: 0;
	color: #e6e6e6;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.navbar-expand-xl .navbar-nav .nav-link.link_busca svg,
.navbar-expand-xl .navbar-nav .nav-link.link_busca span {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
}
.navbar-expand-xl .navbar-nav .nav-link.link_busca svg {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}
.navbar-expand-xl .navbar-nav .nav-link strong {
	font-size: 25px;
	font-weight: 300;
}

.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after {
	display: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu:not(.dropdown-busca) {
	background-color: #AAAAA2;
	padding: 20px 20px 20px 0;
	margin: 0;
	border: none;
	border-radius: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin-right: 35px;
	width: 260px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu .foto {
	float: left;
	width: 380px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 17px;
	line-height: 20px;
	color: #231F20;
	padding: 15px 10px 15px 45px;
	border-bottom: 1px solid #AAAAA2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-expand-xl .navbar-nav .dropdown-menu ul li:last-child a {
	border: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu a:hover,
.navbar-expand-xl .navbar-nav .dropdown-menu a:focus {
	background-color: #231F20;
	color: #fff;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.dropdown-busca {
	background-color: #313131;
	padding: 15px 30px;
	margin: 0;
	min-width: 820px;
	border: none;
	border-radius: 0;
}

#form_busca_cab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#form_busca_cab span {
	font-size: 20px;
	padding-right: 5px;
	font-weight: 300;
	color: #ffffff;
}

#form_busca_cab input {
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	width: calc(100% - 160px);
	color: #ffffff;
	border: none;
	padding-left: 10px;
	font-size: 14px;
	padding-right: 70px;
}

#form_busca_cab ::placeholder {
	color: #fff;
	opacity: 1;
}
#form_busca_cab :-ms-input-placeholder {
	color: #fff;
}
#form_busca_cab ::-ms-input-placeholder {
	color: #fff;
}

#form_busca_cab button {
	width: 50px;
	height: 40px;
	background-color: #AAAAA2;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

#form_busca_cab button svg {
	height: 20px;
	width: 20px;
	color: #fff;
}

.owl-carousel .owl-stage {
	margin-left: auto;
	margin-right: auto;
}

.owl-nav svg {
	height: 38px;
	width: 38px;
	color: #5e6874;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-nav [class*="owl-"] {
	height: 38px;
	width: 38px;
	margin: 0;
	outline: none !important;
}
.owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: transparent;
}
.owl-nav button:not(:disabled):hover svg {
	color: #231F20;
}
.owl-next {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.center-nav .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: calc(50% - 19px);
	margin: 0;
}
.center-nav .owl-prev {
	left: -50px;
}
.center-nav .owl-next {
	right: -50px;
}
.owl-theme .owl-dots button {
	outline-color: transparent;
	margin-left: 4px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 0;
	border: 1px solid #a4a4a4;
	background: #fff;
	border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #AAAAA2;
	border-color: #AAAAA2;
}

#carousel_banners_inicial {
	position: relative;
	background-image: url(../images/preloader_img.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.subtitle {
	position: relative;
	margin-bottom: 40px;
}

.subtitle h2 {
	font-size: 30px;
	line-height: 100%;
	position: relative;
}

.subtitle p {
	font-size: 17px;
	color: #717175;
	margin-top: 30px;
}

.btn_quadrado_pequeno {
	display: inline-block;
	margin-left: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #AAAAA2;
	color: #AAAAA2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_quadrado_pequeno:hover,
.btn_quadrado_pequeno:focus {
	background-color: #AAAAA2;
	color: #fff;
}

#produtos_index {
	padding: 120px 0;
}

#produtos_index .subtitle h2 {
	font-size: 85px;
	line-height: 40px;
	color: #313131;
	font-style: italic;
	margin: 0;
}

#produtos_index .subtitle p {
	font-size: 22px;
	color: #AAAAA2;
	margin-top: 0;
}

#carousel_produtos .owl-item .foto img {
	max-height: 100%;
}

#carousel_produtos.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

#carousel_produtos.owl-theme .owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
}

.listagem_produtos .item {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	margin-bottom: 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.listagem_produtos.owl-carousel .item {
	padding: 40px 50px 0 50px;
	margin-bottom: 0;
}

.listagem_produtos .item .texto {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 260px);
	margin-top: 70px;
	border-top: 5px solid #231F20;
	border-bottom: 5px solid #231F20;
	padding: 80px 15px 80px 0;
	position: relative;
}

.listagem_produtos .item .texto:before,
.listagem_produtos .item .texto:after {
	content: "";
	width: 5px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #231F20;
}
.listagem_produtos .item .texto:after {
	top: unset;
	bottom: 0;
}

.listagem_produtos .item:hover,
.listagem_produtos .item:focus {
	padding-top: 0;
	padding-bottom: 40px;
}

.listagem_produtos .item .texto .categoria {
	font-size: 20px;
	color: #AAAAA2;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 15px;
	display: block;
}

.listagem_produtos .item .texto .categoria strong {
	display: block;
	font-size: 25px;
	font-weight: 300;
}

.listagem_produtos .item .titulo {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 30px;
}

.listagem_produtos .item .texto p {
	font-size: 15px;
	font-weight: 300;
	color: #AAAAA2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 6;
}

.listagem_produtos .item .texto svg {
	position: absolute;
	left: 25px;
	bottom: 35px;
	color: #313131;
	height: 32px;
	width: 32px;
}

.listagem_produtos .item .foto {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.listagem_produtos .item .foto img {
	width: 100%;
	max-width: 125px;
}

#parallax img {
	position: relative;
}

.listagem_produtos .item:hover .foto,
.listagem_produtos .item:focus .foto {
	-moz-transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

.listagem_produtos .item:hover .texto .categoria,
.listagem_produtos .item:hover .texto p,
.listagem_produtos .item:focus .texto .categoria,
.listagem_produtos .item:focus .texto p {
	color: #231F20;
}

.listagem_produtos .item:hover .texto svg,
.listagem_produtos .item:focus .texto svg {
	transform: scale(1.1);
	color: #231F20;
}

.listagem_produtos .item:hover .texto h3,
.listagem_produtos .item:focus .texto h3 {
	color: #AAAAA2;
}

#vinicola_int #breadcrumb {
	margin-bottom: 0;
}

.vinicola_banner {
	background: #231F20;
	background: linear-gradient(180deg, #231F20 100%, transparent 10%);
}

.vinicola_banner h1 {
	color: #e6e6e6;
	font-size: 45px;
	margin: 20px 0;
}

#shareButton button {
	background: transparent;
	border: none;
	outline: none;
}

#shareButton button svg {
	color: #AAAAA2;
	height: 45px;
	width: 45px;
}

#shareButton .dropdown-menu {
	background: #AAAAA2;
	border-radius: 0;
  padding: 15px;
}

#shareButton .dropdown-menu h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#shareButton .dropdown-menu svg {
	color: #fff;
	height: 21px;
	width: 21px;
}

#shareButton .dropdown-menu a {
	color: #fff;
  display: block;
  margin-bottom: 10px;
}

.vinicola_banner p {
	color: #fff;
	font-size: 16px;
	text-align: justify;
}

.vinicola_banner img {
	object-fit: cover;
	width: 100%;
}

#vinicola_int h1.Lingerhend {
	font-size: 85px;
	text-align: center;
}

#vinicola_int .video {
	position: relative;
	margin-top: 30px;
}

#vinicola_int .video img {
	object-fit: cover;
	width: 100%;
}

#vinicola_int .video svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.responsavel #carousel_fotos_prod img {
	height: 100%;
}

.responsavel .janaina {
	padding-left: 50px;
}

.responsavel .assinatura {
	margin-top: 100px;
	position: relative;
}

.responsavel .assinatura span {
	position: absolute;
	left: 100px;
	top: 75px;
}

.responsavel .texto {
	padding-left: 30px;
	color: #313131;
}

.responsavel .texto p {
	font-size: 17px;
	text-align: justify;
}

.responsavel .texto span {
	font-size: 20px;
	color: #AAAAA2;
	font-family: "Libre";
}

.listagem_default .caixa {
	display: block;
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 25px 0px 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.listagem_default .caixa .foto {
	position: relative;
	margin-bottom: 35px;
}

.listagem_default .caixa .foto .inner-foto {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.listagem_default .caixa .foto:before {
	content: "";
	width: 50%;
	height: 5px;
	background-color: #231F20;
	position: absolute;
	right: -10px;
	bottom: -15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.listagem_default .caixa:hover .foto:before,
.listagem_default .caixa:focus .foto:before {
	width: calc(100% + 10px);
}

.listagem_default .caixa .foto:after {
	content: "";
	width: 5px;
	height: 50px;
	background-color: #231F20;
	position: absolute;
	right: -15px;
	bottom: -15px;
	transition: background-color 0.4s ease;
}

.listagem_default .caixa .texto .titulo {
	font-size: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: color 0.4s ease;
}

.listagem_default .caixa .texto p {
	font-size: 15px;
	color: #AAAAA2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: color 0.4s ease;
}

.listagem_default .item .texto svg {
	color: #AAAAA2;
	height: 32px;
	width: 32px;
	transition: all 0.4s ease;
}

.listagem_default .caixa .foto img {
	transition: all 0.4s ease;
}

.listagem_default .caixa:focus .titulo,
.listagem_default .caixa:hover .titulo {
	color: #AAAAA2;
}

.listagem_default .caixa:focus .foto img,
.listagem_default .caixa:hover .foto img {
	transform: scale(1.15);
}

.listagem_default .caixa:focus .texto p,
.listagem_default .caixa:hover .texto p {
	color: #313131;
}

.listagem_default .caixa:focus .texto svg,
.listagem_default .caixa:hover .texto svg {
	height: 36px;
	width: 36px;
}

#enoturismo-e-dicas {
	padding: 80px 0;
	margin-bottom: 40px;
	background-image: url(../images/images-24/fundo-videiras-24b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

#enoturismo-e-dicas .col-texto {
	/* padding-right: 20px; */
}

#enoturismo-e-dicas .col-texto h2 {
	font-size: 90px;
	line-height: 50px;
	font-style: italic;
	color: #AAAAA2;
	margin-bottom: 15px;
}

#enoturismo-e-dicas .col-texto h2 strong {
	text-indent: 40px;
	display: block;
	font-weight: normal;
}

#enoturismo-e-dicas .col-texto p {
	/* padding-left: 45px; */
	font-size: 14px;
	color: #fff;
	text-align: justify;
	line-height: 17px;
}

#enoturismo-e-dicas .col-dica {
	padding-top: 100px;
}

#instagram_index {
	padding: 100px 0;
}

#instagram_index .cab {
	text-align: center;
}

#instagram_index .cab > div {
	display: inline-block;
	vertical-align: middle;
}

#instagram_index .cab .hashtag {
	margin-right: 320px;
}

#instagram_index .cab .hashtag svg {
	width: 458px;
	height: 160px;
}

#instagram_index .cab .acompanhe {
	text-align: right;
}
#instagram_index .cab .acompanhe h2 {
	font-size: 120px;
	line-height: 50px;
	color: #AAAAA2;
	font-style: italic;
}
#instagram_index .cab .acompanhe span {
	font-size: 20px;
	color: #313131;
	font-weight: bold;
}

#sobre_index {
	padding: 100px 0;
	position: relative;
}

#sobre_index .conteudo {
	display: block;
	width: 65%;
	margin-left: auto;
	background-color: #f4f4f4;
	padding: 80px 40px;
	position: relative;
	z-index: 1;
	outline: 1px solid #AAAAA2;
	outline-offset: 10px;
}

#sobre_index .conteudo .titulo {
	margin-bottom: 45px;
}

#sobre_index .conteudo .titulo h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 100%;
}
#sobre_index .conteudo .titulo svg {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: 60px;
	color: #AAAAA2;
	margin-left: 30px;
}

#sobre_index .conteudo p {
	font-size: 15px;
	color: #313131;
}

#sobre_index .conteudo .assinatura {
	text-align: right;
	margin-top: 30px;
}

#sobre_index .conteudo .assinatura svg {
	color: #AAAAA2;
	height: 99px;
	width: 324px;
}

#sobre_index .conteudo .assinatura span {
	display: block;
	color: #313131;
	font-size: 13px;
	margin-top: -40px;
}

#carouselSecao.owl-theme .owl-nav {
	position: relative;
	float: right;
	width: 140px;
	margin: 0;
}

#carouselSecao.owl-theme .owl-nav button[class*="owl-"] {
	position: absolute;
}
#carouselSecao.owl-theme .owl-nav button.owl-prev {
	left: 0;
}
#carouselSecao.owl-theme .owl-nav button.owl-next {
	right: 0;
}

#carouselSecao.owl-theme .owl-nav:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 70px;
	width: 1px;
	height: 25px;
	background-color: #ccc;
}

#carouselSecao.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #fff;
}

body:not(.index) footer {
	margin-top: 100px;
}

footer {
	background-color: #231F20;
}

footer .newsletter {
	background-color: #313131;
	text-align: center;
	padding: 50px 0;
}

footer .newsletter * {
	display: inline-block;
	vertical-align: middle;
}

footer .newsletter span {
	font-size: 25px;
	margin-right: 10px;
	color: #fff;
	font-weight: 300;
}

footer .newsletter span strong {
	vertical-align: top;
}

footer .newsletter form input {
	width: 380px;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	padding-left: 10px;
	height: 40px;
	background-color: transparent;
	font-size: 17px;
}

footer .newsletter ::placeholder {
	color: #fff;
	opacity: 1;
}
footer .newsletter :-ms-input-placeholder {
	color: #fff;
}
footer .newsletter ::-ms-input-placeholder {
	color: #fff;
}

footer .newsletter form button {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	cursor: pointer;
}

footer .newsletter form button svg {
	height: 35px;
	width: 35px;
	float: left;
	color: #AAAAA2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

footer .newsletter form button:hover svg,
footer .newsletter form button:focus svg {
	color: #fff;
}

.conteudo_rodape .dados {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.conteudo_rodape .logo_redes,
.conteudo_rodape .contatos {
	display: inline-block;
	vertical-align: middle;
}

.conteudo_rodape .logo_redes {
	margin-right: 50px;
}

.conteudo_rodape .logo_redes .logo {
	height: 110px;
	margin-bottom: 15px;
}

.conteudo_rodape .redes {
	text-align: center;
}

.conteudo_rodape .redes svg {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	color: #e6e6e6;
	margin: 3px;
}

.redes a:hover svg,
.redes a:focus svg {
	color: #AAAAA2;
}

.conteudo_rodape span {
	display: inline-block;
	vertical-align: middle;
	color: #e6e6e6;
	font-size: 16px;
}

.conteudo_rodape a:hover span {
	color: #fff;
}

.conteudo_rodape .contatos .tel span {
	font-size: 20px;
	line-height: 100%;
}
.conteudo_rodape .contatos .tel span strong {
	font-size: 30px;
}

.conteudo_rodape .contatos .email span {
	margin: 10px 0;
}

.conteudo_rodape .contatos hr {
	border-top-color: #e6e6e6;
	margin: 10px 0 20px 0;
}

.conteudo_rodape .menu > div {
	display: inline-block;
	vertical-align: top;
	width: 220px;
}

.conteudo_rodape .menu > div:first-child {
	margin-right: 25px;
}

.conteudo_rodape .menu span {
	font-size: 13px;
	display: block;
	padding: 7px;
	border-bottom: 1px solid #e6e6e6;
}

footer .copyright {
	background-color: #313131;
	padding: 15px 0;
}

footer .copyright .container {
	position: relative;
}

footer .copyright p {
	font-size: 12px;
	color: #AAAAA2;
	margin: 0;
	line-height: 18px;
}

.svg_webde {
	position: absolute;
	right: 50px;
	top: -7px;
	padding: 10px;
	width: 87px;
	height: 33px;
	color: #707070;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.svg_webde.hover,
a:hover .svg_webde:not(.hover),
a:focus .svg_webde:not(.hover) {
	opacity: 0;
}

a:hover .svg_webde.hover,
a:focus .svg_webde.hover {
	opacity: 1;
	color: #fff;
}

#breadcrumb {
	padding: 50px 0;
	margin-bottom: 60px;
	background-color: #231F20;
	position: relative;
	z-index: 2;
}

#breadcrumb .caminho {
	margin: 0;
}

#breadcrumb .caminho:after {
	content: "";
	display: block;
	width: 40%;
	height: 2px;
	background-color: #AAAAA2;
	margin-top: 15px;
}

#breadcrumb .caminho span:not(:last-child):after {
	content: ".";
	display: inline-block;
	vertical-align: bottom;
	margin: 0 15px;
	color: #fff;
}

#breadcrumb .caminho a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

#breadcrumb .caminho a[href="#"] {
	cursor: default !important;
}

#breadcrumb .caminho a:not([href="#"]):hover,
#breadcrumb .caminho a:not([href="#"]):focus {
	text-decoration: underline;
}

#under_breadcrumb {
	background-color: #231F20;
	padding-top: 15px;
	margin-bottom: 100px;
}

.detalhes_produto #under_breadcrumb {
	margin-bottom: 60px;
}

#under_breadcrumb .conteudo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#under_breadcrumb .conteudo .compartilhar_line {
	text-align: left;
}

#under_breadcrumb .conteudo .compartilhar_line a:hover svg {
	color: #bfa787;
}

#under_breadcrumb .texto .titulo {
	font-family: "Libre";
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 130%;
	margin-bottom: 25px;
	color: #e6e6e6;
}

#under_breadcrumb .conteudo p {
	text-align: justify;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 30px;
}

.zoomContainer {
	z-index: 3;
}

.zoomLens,
.zoomWindowContainer > div {
	border-radius: 50%;
}

.zoomWindowContainer > div {
	margin-top: 200px;
}

#under_breadcrumb .mais_detalhes {
	position: absolute;
	left: -17px;
	top: 250px;
	text-align: center;
}

#under_breadcrumb .mais_detalhes svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35px;
	height: 35px;
	color: #fff;
}

#under_breadcrumb .mais_detalhes span {
	font-size: 12px;
	color: #fff;
}

#under_breadcrumb .foto .dados .item {
	margin-bottom: 25px;
}

#under_breadcrumb .foto .dados svg {
	height: 50px;
	width: 40px;
	color: #AAAAA2;
}

#under_breadcrumb .foto .dados span {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 50px);
	padding-left: 5px;
}

.titulo_listagem {
	font-family: "Lingerhend";
	font-size: 85px;
	line-height: 40px;
	margin-bottom: 50px;
}

.compartilhar {
	margin: 0 0 50px 0;
}

.breadcrumb-large {
	display: inline-block;
	vertical-align: middle;
	line-height: 120%;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-right: 10px;
}
.breadcrumb-large strong {
	display: block;
	font-weight: 300;
	font-size: 25px;
}
#drop_compartilhar {
	display: inline-block;
	vertical-align: middle;
}

#drop_compartilhar button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	outline: none !important;
}

#drop_compartilhar button > svg {
	height: 35px;
	width: 35px;
	color: #AAAAA2;
}

#drop_compartilhar.show button > svg,
#drop_compartilhar button:hover > svg {
	color: #fff;
}

#drop_compartilhar .dropdown-menu {
	margin-left: 0;
	border-radius: 0;
}

.links_compartilhar {
	text-align: center;
}

.links_compartilhar p {
	margin-bottom: 0;
	font-size: 13px;
}

.links_compartilhar a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.links_compartilhar svg {
	color: #231F20;
	height: 20px;
	width: 20px;
}

.links_compartilhar a:hover svg {
	color: #AAAAA2;
}

.detalhes_produto #breadcrumb.com_foto {
	margin-bottom: 60px;
}

.detalhes_produto .ancoras {
	margin-bottom: 65px;
	display: flex;
	align-items: center;
	gap: 75px;
}

.ancoras a {
	margin-right: 50px;
	text-align: center;
}

.ancoras svg {
	display: block;
	height: 50px;
	width: 50px;
	color: #AAAAA2;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.ancoras span {
	font-size: 20px;
	color: #313131;
	font-weight: 300;
}

.detalhes_produto .video {
	background-color: #fff;
	margin-bottom: 165px;
	position: relative;
}

.detalhes_produto .video:before {
	content: "";
	position: absolute;
	left: -200px;
	bottom: -200px;
	z-index: -1;
	width: 753px;
	height: 674px;
	background-image: url(../images/ramo_videira.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.detalhes_produto .video:after {
	content: "";
	position: absolute;
	top: -180px;
	right: 0px;
	z-index: -1;
	width: 542px;
	height: 489px;
	background-image: url(../images/ramo_videira2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.detalhes_produto .video .fundo {
	display: block;
	padding-bottom: 42.857143%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.detalhes_produto .video .fundo:hover,
.detalhes_produto .video .fundo:focus {
	background-size: 105% 105%;
}

.detalhes_produto .video .fundo:before {
	content: "";
	position: absolute;
	left: calc(50% - 60px);
	top: calc(50% - 60px);
	height: 120px;
	width: 120px;
	background-image: url(../images/player_circle.png);
	background-size: cover;
}

#carousel_fotos_prod {
	position: relative;
}

#carousel_fotos_prod:before {
	content: "";
	position: absolute;
	right: -40px;
	top: 40px;
	height: calc(100% - 114px);
	width: 100vw;
	background-color: #231F20;
}

#carousel_fotos_prod.owl-theme .owl-nav.disabled + .owl-dots {
	text-align: right;
}

.informacoes_produto {
	padding-left: 50px;
}

.informacoes_produto > div {
	margin-bottom: 50px;
}

.informacoes_produto svg {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	width: 70px;
	color: #AAAAA2;
}

.informacoes_produto .conteudo {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	padding-left: 15px;
}

.informacoes_produto .conteudo h2 {
	font-family: "Lingerhend";
	font-size: 55px;
	color: #AAAAA2;
	line-height: 100%;
}

.informacoes_produto .conteudo p {
	font-size: 17px;
}

.informacoes_produto .conteudo img {
	max-height: 100px;
	max-width: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.titulo_int {
	display: block;
	color: #231F20;
	font-size: 35px;
	line-height: 130%;
	margin-bottom: 20px;
	letter-spacing: -2px;
	font-weight: 600;
}

.texto_int {
	margin-bottom: 40px;
}

.texto_int,
.texto_int p,
.texto_int li {
	font-size: 16px;
	color: #3e4a59;
}

.texto_int a {
	text-decoration: underline;
	color: inherit;
}

.capa_int {
	float: right;
	width: 45%;
	margin-left: 30px;
	margin-bottom: 15px;
}

.capa_int.left {
	float: left;
	margin-left: 0;
	margin-right: 30px;
}

.anexos a {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	position: relative;
	padding: 5px;
	margin-bottom: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.anexos a:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.anexos a:hover {
	color: #fff;
	background-color: #231F20;
}

.anexos .download,
.anexos a span {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 14px;
}

.anexos a .data {
	line-height: 40px;
	width: 115px;
	text-align: center;
}

.anexos a .titulo {
	width: calc(100% - 310px);
	border-left: 1px dotted;
	border-right: 1px dotted;
	padding: 8px 20px;
	margin-right: 20px;
}

.anexos .download svg {
	height: 25px;
	width: 25px;
	color: inherit;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.anexos a.no_date .data {
	display: none;
}

.anexos a.no_date .titulo {
	width: calc(100% - 195px);
	border-left: none;
}

.compartilhar_line {
	display: block;
	text-align: right;
	margin: 25px auto;
	padding: 10px 0;
	border-top: 1px solid #d2d0cd;
	border-bottom: 1px solid #d2d0cd;
}

.compartilhar_line span {
	color: #646464;
	font-size: 14px;
	line-height: 32px;
	margin-right: 3px;
}

.compartilhar_line svg {
	color: #AAAAA2;
	height: 28px;
	width: 28px;
}

.compartilhar_line a:hover svg,
.compartilhar_line a:focus svg {
	color: #231F20;
}

#nav-icon {
	width: 52.5px;
	height: 35px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 50%;
	background: #AAAAA2;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
	top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
	top: 18px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
	top: 36px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
	left: 5px;
	top: 9px;
}

#nav-icon.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 9px;
}

#nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon.open span:nth-child(5) {
	left: 5px;
	top: 27px;
}

#nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 27px;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler svg {
	height: 30px;
	width: 30px;
	color: #AAAAA2;
}

.less-pad-row {
	margin-right: -7px !important;
	margin-left: -7px !important;
}

.less-pad-row > div {
	padding-right: 7px !important;
	padding-left: 7px !important;
}

:disabled,
.disabled {
	opacity: 0.4 !important;
	cursor: not-allowed !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-55 {
	margin-bottom: 55px !important;
}
.m-b-60 {
	margin-bottom: 60px !important;
}
.m-b-65 {
	margin-bottom: 65px !important;
}
.m-b-70 {
	margin-bottom: 70px !important;
}
.m-b-75 {
	margin-bottom: 75px !important;
}
.m-b-80 {
	margin-bottom: 80px !important;
}
.m-b-85 {
	margin-bottom: 85px !important;
}
.m-b-90 {
	margin-bottom: 90px !important;
}
.m-b-95 {
	margin-bottom: 95px !important;
}
.m-b-100 {
	margin-bottom: 100px !important;
}

.delay-1 {
	animation-delay: 0.1s;
}
.delay-2 {
	animation-delay: 0.15s;
}
.delay-3 {
	animation-delay: 0.2s;
}
.delay-4 {
	animation-delay: 0.25s;
}
.delay-5 {
	animation-delay: 0.3s;
}
.delay-6 {
	animation-delay: 0.35s;
}
.delay-7 {
	animation-delay: 0.4s;
}
.delay-8 {
	animation-delay: 0.45s;
}
.delay-9 {
	animation-delay: 0.5s;
}
.delay-10 {
	animation-delay: 0.55s;
}
.delay-11 {
	animation-delay: 0.6s;
}
.delay-12 {
	animation-delay: 0.65s;
}
.delay-13 {
	animation-delay: 0.7s;
}
.delay-14 {
	animation-delay: 0.75s;
}
.delay-15 {
	animation-delay: 0.8s;
}
.delay-16 {
	animation-delay: 0.85s;
}
.delay-17 {
	animation-delay: 0.9s;
}
.delay-18 {
	animation-delay: 0.95s;
}
.delay-19 {
	animation-delay: 1s;
}
.delay-20 {
	animation-delay: 1.05s;
}

.slideInDown {
	animation: slideInDown 0.4s ease-out;
}

@media (min-width: 360px) {
}
@media (min-width: 768px) {
	.navbar-expand-xl .navbar-nav .dropdown-menu:not(.dropdown-busca) {
		min-width: 695px;
	}
	.conteudo_rodape .menu div > a:last-child span {
		border-bottom: none;
	}
	.conteudo_rodape .contatos .ball {
		margin: 0 15px;
		height: 8px;
		width: 8px;
		background-color: #AAAAA2;
		border-radius: 50%;
	}
	#sobre_index:before {
		content: "";
		height: 100%;
		width: 50%;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/images-24/marzarotto-edit.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	#sobre_index:after {
		content: "";
		position: absolute;
		z-index: -1;
		right: 0;
		top: -290px;
		width: 753px;
		height: 674px;
		background-image: url(../images/ramo_videira.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#enoturismo-e-dicas:after {
		content: "";
		position: absolute;
		width: 376px;
		height: 570px;
		left: 40%;
		top: -50px;
		background-image: url(../images/uvas_hq.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
	}
	#enoturismo-e-dicas .col-dica .btn_quadrado_pequeno {
		margin-right: 70px;
	}
}

@media (min-width: 992px) {
	#enoturismo-e-dicas:before {
		content: "";
		position: absolute;
		width: 56%;
		height: 640px;
		right: 0;
		top: 120px;
		background-image: url(../images/fundo_dica.jpg);
	}
	#instagram_index .fotos_instagram .owl-carousel {
		position: relative;
		display: block;
		width: 90%;
		height: 1px;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		height: 660px;
		margin-top: 30px;
	}
	#instagram_index .fotos_instagram a {
		position: absolute;
		width: 20%;
		height: 0;
		padding-bottom: 20%;
		background: #eee 50% 50% no-repeat;
		background-size: cover;
		-webkit-box-shadow: 0px 0px 10px -6px #000 !important;
		-moz-box-shadow: 0px 0px 10px -6px #000 !important;
		box-shadow: 0px 0px 10px -6px #000 !important;
	}
	#instagram_index .fotos_instagram .foto1,
	#instagram_index .fotos_instagram .foto6 {
		width: 40%;
		padding-bottom: 40%;
	}
	#instagram_index .fotos_instagram .foto1 {
		top: 0;
		left: 0;
	}
	#instagram_index .fotos_instagram .foto2,
	#instagram_index .fotos_instagram .foto3,
	#instagram_index .fotos_instagram .foto4 {
		left: 420px;
	}
	#instagram_index .fotos_instagram .foto2 {
		top: -200px;
	}
	#instagram_index .fotos_instagram .foto3 {
		top: 20px;
	}
	#instagram_index .fotos_instagram .foto4 {
		top: 240px;
	}
	#instagram_index .fotos_instagram .foto5 {
		top: 20px;
		left: 640px;
	}
	#instagram_index .fotos_instagram .foto6 {
		top: 240px;
		left: 640px;
	}
}

@media (min-width: 1200px) {
	#cabecalho:after {
		content: "";
		position: absolute;
		background-color: #231F20;
		left: 50%;
		top: 0;
		height: 100%;
		width: 50%;
		z-index: -1;
	}
	.compressed_nav .navbar-brand {
		padding: 7px 0;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu a {
		display: block !important;
	}
	.navbar-expand-xl .navbar-nav .nav-link:hover,
	.navbar-expand-xl .navbar-nav .dropdown.show .nav-link {
		background-color: #AAAAA2;
		color: #231F20;
	}
	.navbar-expand-xl .navbar-nav .nav-link strong {
		display: block;
	}
	.navbar-expand-xl .navbar-nav .nav-item:not(:first-child) .nav-link:before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 10px);
		width: 1px;
		height: 20px;
		background-color: #AAAAA2;
		opacity: 0.8;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu a:before {
		content: "";
		position: absolute;
		height: 45px;
		width: 45px;
		background-image: url(../images/images-23/icone_menu.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left bottom;
		left: 0;
		bottom: 0;
	}
	#under_breadcrumb .conteudo .texto {
		padding-right: 70px;
		width: 60%;
		max-width: calc(100% - 620px);
	}
	.detalhes_produto #under_breadcrumb .foto {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		width: 40%;
		margin-top: -150px;
		position: relative;
		z-index: 3;
	}
	#under_breadcrumb .foto {
		margin-bottom: -70px;
	}
	.detalhes_produto #under_breadcrumb .foto img {
		width: 150px;
		margin-right: auto;
	}
	.detalhes_produto #under_breadcrumb .foto .dados {
		width: 50%;
	}
}

@media (min-width: 1366px) {
	#carousel_banners_inicial {
		min-height: 500px;
	}
}

@media (min-width: 1500px) {
	#carousel_banners_inicial {
		min-height: 550px;
	}
	.compressed_nav .navbar-expand-xl .navbar-nav .nav-link {
		padding: 20px 29px;
	}
	.container {
		max-width: 1470px;
	}
	#produtos_index .container {
		max-width: 1920px;
	}
	.d-xll-none {
		display: none !important;
	}
	.col-xll-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1900px) {
	#carousel_banners_inicial {
		min-height: 700px;
	}
	.d-xll-none {
		display: none !important;
	}
	.detalhes_produto .video:after {
		top: -200px;
		right: -200px;
	}
}

@media (max-width: 1499px) {
	.vinicola_banner {
		background: #231F20 !important;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	body {
		margin-top: 130px;
	}
	.compressed_nav .logo_cab,
	.logo_cab.logo_note {
		display: inline-block !important;
		height: 75px;
	}
	.logo_cab:not(.logo_note) {
		display: none !important;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		font-size: 17px;
		padding: 45px 17px;
	}
	.compressed_nav .navbar-expand-xl .navbar-nav .nav-link {
		padding: 28px 17px;
	}
	.navbar-expand-xl .navbar-nav .nav-link strong {
		display: block;
		font-size: 22px;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		margin-left: 9px;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu a {
		font-size: 16px;
	}

	#enoturismo-e-dicas .col-texto h2 {
		font-size: 65px;
		line-height: 35px;
	}
	#enoturismo-e-dicas .col-texto p {
		padding-left: 40px;
	}
	#enoturismo-e-dicas:after {
		left: 32%;
	}
	#enoturismo-e-dicas:before {
		height: 575px;
	}
	#instagram_index .cab .hashtag svg {
		width: 300px;
		height: 105px;
	}
	#instagram_index .cab .acompanhe h2 {
		font-size: 80px;
		line-height: 30px;
	}
	#instagram_index .fotos_instagram .owl-carousel {
		margin-top: 50px;
	}
	#sobre_index {
		padding: 70px 0;
	}
	#sobre_index:before {
		background-position: -60px top;
	}
	#sobre_index:after {
		top: -110px;
		width: 425px;
		height: 385px;
	}
	footer .newsletter {
		padding: 30px 0;
	}
	footer .newsletter span {
		font-size: 22px;
	}
	.conteudo_rodape .logo_redes {
		margin-right: 25px;
	}
	.conteudo_rodape span,
	.conteudo_rodape .contatos .tel span {
		font-size: 15px;
	}
	.conteudo_rodape .contatos .tel span strong {
		font-size: 20px;
	}
	.conteudo_rodape .menu > div:first-child {
		margin-right: 15px;
	}
	.conteudo_rodape .menu > div {
		display: inline-block;
		vertical-align: top;
		width: 205px;
	}
	.conteudo_rodape .menu span {
		font-size: 12px;
	}

	#breadcrumb {
		padding: 35px 0;
	}
	#under_breadcrumb .conteudo .texto {
		max-width: unset;
	}
	#under_breadcrumb .texto .titulo {
		font-size: 35px;
	}
	#under_breadcrumb .conteudo p {
		font-size: 15px;
	}
	#under_breadcrumb .foto .dados span {
		font-size: 14px;
	}
	.titulo_listagem {
		font-size: 70px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	#vinicola_int .video svg {
		height: 100px;
		width: 100px;
	}
	#navbarCollapse {
		background-color: transparent;
	}
	.navbar-expand-xl .navbar-nav .nav-link.link_busca svg {
		display: none;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		background-color: transparent;
		padding-right: 25px;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu.dropdown-busca {
		min-width: unset;
	}
	.dropdown-menu a {
		color: #5e6773;
	}
	.dropdown-menu a:hover,
	.dropdown-menu a:focus {
		background-color: transparent;
		color: #231F20;
	}
	.navbar-brand {
		padding: 15px 0;
	}
	.navbar-expand-xl .navbar-nav {
		padding: 10px 0;
		margin-top: 0;
		margin-bottom: 15px;
		border-bottom: none;
		max-height: calc(100vh - 150px);
		overflow: auto;
		background-color: #231F20;
	}
	.navbar-expand-xl .navbar-nav .nav-item {
		display: block;
		width: 100%;
		text-align: right;
		margin-bottom: 15px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 5px 15px;
		display: inline-block;
		width: auto;
		font-size: 18px;
	}
	.navbar-expand-xl .navbar-nav .nav-link strong {
		font-size: 22px;
	}
	.navbar-expand-xl .navbar-nav .dropdown.show .nav-link {
		color: #fff;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		text-align: right;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu ul {
		width: calc(100% - 420px);
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu a {
		text-align: right;
		padding: 10px 20px;
	}
	.conteudo_rodape .dados {
		flex-direction: column;
	}
	.conteudo_rodape .dados .menu {
		margin-top: 40px;
	}

	#under_breadcrumb .conteudo {
		flex-direction: column;
	}
	.detalhes_produto #under_breadcrumb .foto {
		position: relative;
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#under_breadcrumb .mais_detalhes {
		top: 40%;
	}
	.detalhes_produto #under_breadcrumb .foto {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.detalhes_produto #under_breadcrumb .foto img {
		vertical-align: middle;
		width: 90px;
	}
	.detalhes_produto #under_breadcrumb .foto .dados {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 100px);
	}
	.informacoes_produto > div {
		margin-bottom: 25px;
	}
	.informacoes_produto .conteudo p {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		margin-top: 85px;
	}
	p {
		font-size: 15px;
	}
	.logo_cab {
		height: 55px;
	}
	#produtos_index {
		padding: 75px 0 125px 0;
	}
	.listagem_produtos.owl-carousel .item {
		padding: 40px 15px 0 15px;
	}
	.listagem_produtos .item .texto {
		width: calc(100% - 220px);
	}
	.listagem_produtos .item .foto {
		width: 210px;
	}
	.listagem_produtos .item .foto img {
		margin-right: 25px !important;
	}
	.listagem_produtos .item .texto .categoria {
		font-size: 17px;
	}
	.listagem_produtos .item .texto .categoria strong {
		font-size: 21px;
	}
	.listagem_produtos .item .titulo {
		font-size: 23px;
	}
	#enoturismo-e-dicas {
		padding: 50px 0;
	}
	#enoturismo-e-dicas .col-texto h2 {
		font-size: 65px;
		line-height: 35px;
	}
	#enoturismo-e-dicas .col-texto p {
		padding-left: 40px;
	}
	#enoturismo-e-dicas:after {
		left: 38%;
		width: 265px;
		height: 410px;
	}
	#enoturismo-e-dicas:before {
		height: 525px;
		top: 60px;
	}
	#instagram_index .cab .hashtag svg {
		width: 300px;
		height: 105px;
	}
	#instagram_index .cab .acompanhe h2 {
		font-size: 80px;
		line-height: 30px;
	}
	#instagram_index .cab .hashtag {
		margin-right: 250px;
	}
	#instagram_index .fotos_instagram .owl-carousel {
		margin-top: 30px;
		max-width: 750px;
		height: 480px;
	}
	#instagram_index .fotos_instagram .foto1 {
		top: 15px;
	}
	#instagram_index .fotos_instagram .foto2,
	#instagram_index .fotos_instagram .foto3,
	#instagram_index .fotos_instagram .foto4 {
		left: 315px;
	}

	#instagram_index .fotos_instagram .foto2 {
		top: -150px;
	}
	#instagram_index .fotos_instagram .foto3 {
		top: 15px;
	}
	#instagram_index .fotos_instagram .foto4 {
		top: 180px;
	}
	#instagram_index .fotos_instagram .foto5 {
		top: 15px;
		left: 480px;
	}
	#instagram_index .fotos_instagram .foto6 {
		top: 180px;
		left: 480px;
	}
	#sobre_index {
		padding: 70px 0;
	}
	#sobre_index:before {
		background-position: -60px top;
	}
	#sobre_index:after {
		top: -110px;
		width: 425px;
		height: 385px;
	}
	#sobre_index .conteudo {
		padding: 60px 40px;
	}
	footer .newsletter {
		padding: 30px 0;
	}
	footer .newsletter span {
		font-size: 22px;
	}
	.conteudo_rodape .logo_redes {
		margin-right: 25px;
	}
	.conteudo_rodape span,
	.conteudo_rodape .contatos .tel span {
		font-size: 17px;
	}
	.conteudo_rodape .contatos .tel span strong {
		font-size: 23px;
	}

	#breadcrumb {
		padding: 35px 0;
	}
	#under_breadcrumb {
		margin-bottom: 60px;
	}
	#under_breadcrumb .texto .titulo {
		font-size: 35px;
	}
	#under_breadcrumb .conteudo p {
		font-size: 15px;
	}
	.titulo_listagem {
		font-size: 70px;
		margin-bottom: 20px;
	}
	.detalhes_produto .video:before {
		left: 0;
		bottom: -130px;
		width: 363px;
		height: 334px;
	}
}

@media (max-width: 991px) {
	body {
		margin-top: 70px;
	}
	footer {
		text-align: center;
	}
	#form_busca_cab {
		flex-direction: column;
		gap: 15px;
	}
	#form_busca_cab button {
		top: unset;
		bottom: 0;
	}
	.compressed_nav .logo_cab,
	.logo_cab {
		height: 50px;
	}
	.compressed_nav .navbar-brand,
	.navbar-brand {
		padding: 10px 0;
	}
	.titulo_int {
		font-size: 24px;
	}
	#enoturismo-e-dicas .col-dica {
		background-image: url(../images/fundo_dica.jpg);
		padding-bottom: 50px;
		margin-top: 15px;
	}
	#instagram_index .cab {
		margin-bottom: 30px;
	}
	#instagram_index .fotos_instagram .owl-carousel {
		min-height: 371px;
	}
	#instagram_index .fotos_instagram a {
		display: block;
		width: 100%;
		height: 337px;
		background-size: cover;
	}
	.detalhes_produto .video:before {
		left: 0;
		bottom: -130px;
		width: 300px;
		height: 300px;
	}
	.detalhes_produto .video:after {
		top: -100px;
		width: 250px;
		height: 250px;
	}
	.informacoes_produto {
		margin-top: 50px;
		padding-left: 25px;
	}

	.detalhes_produto .ancoras {
		gap: 0;
	}

	.ancoras a {
		flex: 1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	p {
		font-size: 15px;
	}
	.capa_int {
		width: 45%;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.capa_int.left {
		margin-left: 0;
		margin-right: 20px;
	}
	#produtos_index {
		padding: 75px 0 125px 0;
	}
	#produtos_index .subtitle h2 {
		font-size: 65px;
		line-height: 25px;
	}
	#produtos_index .subtitle p {
		font-size: 18px;
	}
	.listagem_produtos .item {
		padding: 40px 15px 0 15px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.listagem_produtos.owl-carousel .item {
		padding-top: 15px;
	}
	.listagem_produtos .item .texto {
		width: calc(100% - 220px);
	}
	.listagem_produtos .item .foto {
		width: 210px;
	}
	.listagem_produtos .item .foto img {
		margin-right: 25px !important;
	}
	.listagem_produtos .item .texto .categoria {
		font-size: 17px;
	}
	.listagem_produtos .item .texto .categoria strong {
		font-size: 21px;
	}
	.listagem_produtos .item .titulo {
		font-size: 23px;
	}
	#enoturismo-e-dicas {
		padding: 50px 0;
	}
	#enoturismo-e-dicas .col-texto h2 {
		font-size: 65px;
		line-height: 35px;
	}
	#enoturismo-e-dicas .col-texto p {
		padding-left: 40px;
	}
	#enoturismo-e-dicas:after {
		left: unset;
		right: 15px;
		width: 265px;
		height: 410px;
	}
	#instagram_index {
		padding: 30px 0 50px 0;
	}
	#instagram_index .cab .hashtag {
		margin-right: 90px;
	}
	#instagram_index .cab .hashtag svg {
		width: 300px;
		height: 105px;
	}
	#instagram_index .cab .acompanhe h2 {
		font-size: 80px;
		line-height: 30px;
	}
	#sobre_index {
		padding: 70px 0;
	}
	#sobre_index:before {
		background-position: -180px top;
	}
	#sobre_index:after {
		top: -90px;
		width: 285px;
		height: 275px;
	}
	#sobre_index .conteudo {
		padding: 40px 25px;
	}
	footer .newsletter {
		padding: 30px 0;
	}
	footer .newsletter span {
		font-size: 22px;
	}
	.conteudo_rodape .logo_redes {
		margin-right: 25px;
	}
	.conteudo_rodape span,
	.conteudo_rodape .contatos .tel span {
		font-size: 17px;
	}
	.conteudo_rodape .contatos .tel span strong {
		font-size: 23px;
	}
	footer .copyright p {
		font-size: 11px;
		text-align: left;
	}
	#breadcrumb {
		padding: 30px 0;
	}
	#under_breadcrumb {
		margin-bottom: 50px;
	}
	#under_breadcrumb .texto .titulo {
		font-size: 30px;
	}
	#under_breadcrumb .conteudo p {
		font-size: 15px;
	}
	.titulo_listagem {
		font-size: 50px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	#vinicola_int .video svg {
		height: 50px;
		width: 50px;
	}
	.responsavel .janaina {
		padding-left: unset;
	}
	.responsavel .assinatura {
		display: flex;
		justify-content: center;
	}
	.responsavel .assinatura span {
		left: unset;
	}
	p {
		font-size: 15px;
	}
	.navbar-toggler svg {
		height: 25px;
		width: 25px;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu:not(.dropdown-busca) {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu ul {
		float: none;
		width: 100%;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu .foto {
		display: none;
	}
	#form_busca_cab input {
		width: 100%;
	}
	#carousel_banners_inicial {
		min-height: 400px;
	}
	#carousel_banners_inicial .owl-carousel {
		height: 100%;
	}
	#carouselSecao.owl-theme .owl-nav {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.anexos a.no_date .titulo {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 10px 5px;
		border-right: none;
		border-bottom: 1px dotted;
	}
	.anexos .download {
		display: block;
		text-align: center;
		padding: 10px;
	}
	#parallax img {
		position: static;
	}
	#preloader {
		background-size: 65px 65px;
	}
	.white-popup-block {
		padding: 30px 10px;
	}
	.btn {
		font-size: 14px;
	}
	.form-padrao input:not([type="file"]),
	.form-padrao select {
		height: 35px;
		font-size: 15px;
	}
	.form-padrao label {
		font-size: 14px;
	}
	.form-padrao button {
		float: none;
		margin: 10px auto;
	}
	.texto_int,
	.texto_int p,
	.texto_int li {
		font-size: 15px;
	}
	.owl-theme .owl-dots .owl-dot span {
		height: 12px;
		width: 12px;
	}
	.titulo_int {
		font-size: 23px;
	}
	.capa_int {
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
	.hidden-xs {
		display: none !important;
	}
	body:not(.index) footer {
		margin-top: 50px;
	}
	.listagem_default .caixa {
		padding: 0px 16px 0px 0px;
	}
	#produtos_index {
		padding: 50px 0;
	}
	#produtos_index .subtitle h2 {
		font-size: 45px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	#produtos_index .subtitle p {
		font-size: 16px;
	}
	.listagem_produtos.owl-carousel .item {
		padding: 0;
	}
	.listagem_produtos .item {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.listagem_produtos .item .texto {
		width: calc(100% - 100px);
		margin-top: 0;
		padding: 70px 15px 50px 0;
	}
	.listagem_produtos .item .texto svg {
		position: absolute;
		left: 20px;
		bottom: 15px;
	}
	.listagem_produtos .item .texto .categoria {
		font-size: 15px;
	}
	.listagem_produtos .item .texto .categoria strong {
		font-size: 19px;
	}
	.listagem_default .caixa .texto .titulo,
	.listagem_produtos .item .titulo {
		font-size: 20px;
	}
	.listagem_produtos .item .foto {
		width: 90px;
	}
	.listagem_produtos .item .foto img {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 90px !important;
	}
	#enoturismo-e-dicas {
		padding: 50px 0;
	}
	#enoturismo-e-dicas .col-texto h2 {
		font-size: 50px;
		line-height: 35px;
	}
	#enoturismo-e-dicas .col-texto h2 strong {
		text-indent: 30px;
	}
	#enoturismo-e-dicas .col-texto {
		padding-right: 25px;
		margin-bottom: 30px;
	}
	#enoturismo-e-dicas .col-texto p {
		padding-left: 30px;
	}
	#enoturismo-e-dicas .col-dica {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	#instagram_index {
		padding: 80px 0 30px 0;
	}
	#instagram_index .cab {
		text-align: right;
	}
	#instagram_index .cab .hashtag {
		display: block;
		width: 80px;
		margin-right: auto;
		margin-bottom: -115px;
	}
	#instagram_index .cab .hashtag svg {
		width: 130px;
		height: 50px;
	}
	#instagram_index .cab .acompanhe h2 {
		font-size: 65px;
		line-height: 30px;
	}
	#sobre_index {
		padding: 35px 0;
	}
	#sobre_index .conteudo {
		width: 90%;
		margin-right: auto;
		padding: 20px 15px;
	}
	#sobre_index .conteudo .titulo {
		margin-bottom: 25px;
	}
	#sobre_index .conteudo .titulo h2 {
		font-size: 25px;
	}
	#sobre_index .conteudo .titulo svg {
		height: 35px;
		width: 35px;
	}
	#sobre_index .conteudo p {
		font-size: 14px;
	}
	#sobre_index .conteudo .assinatura {
		margin-top: 0;
	}
	#sobre_index .conteudo .assinatura svg {
		height: 80px;
		width: 205px;
	}
	footer .newsletter {
		padding: 30px 0;
	}
	footer .newsletter span {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}
	footer .newsletter form {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer .newsletter form input {
		font-size: 15px;
		text-align: center;
		padding: 0 15px;
		width: 80%;
	}
	footer .newsletter form button {
		display: block;
		margin: 15px auto 0 auto;
	}
	.conteudo_rodape .logo_redes {
		margin: 0;
	}
	.conteudo_rodape .redes {
		display: block;
		margin-bottom: 30px;
	}
	.conteudo_rodape span,
	.conteudo_rodape .contatos .tel span {
		font-size: 15px;
	}
	.conteudo_rodape .contatos .tel span strong {
		font-size: 23px;
	}
	.conteudo_rodape .contatos .ball {
		display: block;
		margin: 5px 0;
	}
	.conteudo_rodape .menu > div:first-child {
		margin: 0;
	}
	.conteudo_rodape .menu > div:last-child a:last-child span {
		border-bottom: none;
	}
	footer .copyright p {
		font-size: 11px;
		text-align: center;
		margin-bottom: 50px;
	}
	.svg_webde {
		top: 50px;
		left: calc(50% - 43px);
	}
	#breadcrumb {
		padding: 20px 0;
		margin-bottom: 30px;
	}
	#breadcrumb .caminho a {
		font-size: 11px;
	}
	#breadcrumb .caminho span:not(:last-child):after {
		margin: 0 5px 0 7px;
	}
	#breadcrumb .caminho:after {
		margin-top: 6px;
	}
	.breadcrumb-large {
		font-size: 17px;
	}
	.breadcrumb-large strong {
		font-size: 20px;
	}
	#under_breadcrumb {
		margin-bottom: 50px;
	}
	.detalhes_produto #under_breadcrumb {
		margin-bottom: 35px;
	}
	#under_breadcrumb .texto .titulo {
		font-size: 26px;
	}
	#under_breadcrumb .conteudo p {
		font-size: 15px;
	}
	.titulo_listagem {
		font-size: 45px;
		margin-bottom: 20px;
	}
	#under_breadcrumb .mais_detalhes {
		top: 29%;
		left: 15px;
	}
	#under_breadcrumb .mais_detalhes svg {
		height: 25px;
		width: 25px;
	}
	.zoomWindowContainer > div {
		height: 200px !important;
		width: 200px !important;
		margin-top: 50px;
	}
	.detalhes_produto #under_breadcrumb .foto {
		margin-top: 15px;
	}
	#under_breadcrumb .foto .dados svg {
		height: 35px;
	}
	#under_breadcrumb .foto .dados span {
		font-size: 14px;
		line-height: 120%;
	}
	.ancoras {
		text-align: center;
	}
	.ancoras a {
		margin: 5px 5px;
	}
	.ancoras svg {
		height: 40px;
		width: 40px;
	}
	.ancoras span {
		font-size: 13px;
	}
	#carousel_fotos_prod:before {
		right: -15px;
	}
	.informacoes_produto {
		margin-top: 35px;
		padding-left: 10px;
	}
	.informacoes_produto .conteudo {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.informacoes_produto svg {
		height: 50px;
		width: 50px;
		margin-bottom: 10px;
	}
	.informacoes_produto .conteudo h2 {
		font-size: 40px;
	}
	.informacoes_produto .conteudo img {
		max-height: 60px;
		max-width: 60px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.detalhes_produto .video {
		margin-bottom: 75px;
	}
	.detalhes_produto .video .fundo {
		padding-bottom: 56.25%;
	}
	.detalhes_produto .video .fundo:before {
		left: calc(50% - 30px);
		top: calc(50% - 30px);
		height: 60px;
		width: 60px;
	}

	.vinicola_banner .row .row {
		margin: 0;
	}

	.responsavel #carousel_fotos_prod .owl-stage-outer {
		height: unset;
	}

	#conteudo_18 .row {
		padding-top: 0;
	}
	#conteudo_18:before,
	#conteudo_18:after {
		width: 100%;
	}
	#conteudo_18 .icone {
		height: 90px;
		margin-bottom: 15px;
	}
	#conteudo_18 .bem_vindo {
		font-size: 40px;
	}
	#conteudo_18 p {
		font-size: 25px;
		margin-top: 20px;
	}
	#conteudo_18 .idade {
		font-size: 70px;
	}
	#conteudo_18 .botoes a {
		margin-bottom: 10px;
		line-height: 40px;
		width: 180px;
		font-size: 14px;
	}
	#conteudo_18 .obs {
		font-size: 10px;
	}
}

@media (max-width: 350px) {
	.vinicola_banner h1 {
		font-size: 30px;
	}
}

@keyframes slideInDown {
	0% {
		transform: translateY(-1rem);
		opacity: 0.5;
	}
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}
}
