/*
Theme Name: monjardin
Author: navarraweb
Version: 1.0
Description: monjardin
License URI: http://www.opensource.org/licenses/GPL-3.0
*/
body,
html{
	font-family: 'Hanken Grotesk', sans-serif;
	color:#000;
}

.playfair{
	font-family:'Playfair Display', serif;
	font-style:italic;
}
.oro{
	color:#BE9547;
}
.text-black{
	color:#000!important;
}
.wow{
	visibility:hidden;
}

h2{
	font-weight:300;
	font-size:6rem;
	margin-bottom:2rem;
}
h2 span.playfair,
h2 strong{
	font-size:6.2rem;
	color:#BE9547;
	font-family: 'Playfair Display', serif;
	font-style:italic;
}
@media (max-width: 1199px) {
	h2{
		font-size:4rem;
		margin-bottom:1.5rem;
	}
	h2 span.playfair,
	h2 strong{
		font-size:4.2rem;
	}
}
@media (max-width: 991px) {
	h2{
		font-size:3rem;
	}
	h2 span.playfair,
	h2 strong{
		font-size:3.2rem;
	}
}
@media (max-width: 575px) {
	h2{
		font-size:2rem;
		margin-bottom:1.2rem;
	}
	h2 span.playfair,
	h2 strong{
		font-size:2.2rem;
	}
}

section{
	position:relative;
	padding-top:6rem;
	padding-bottom:6rem;
}
@media (max-width: 991px) {
	section{
		padding-top:3rem;
		padding-bottom:3rem;
	}
}

a{
	color:#BE9547;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

a.btn{
	color:#000;
	font-size:1.7rem;
	font-weight:300;
	padding-left:0;
	padding-right:0;
	text-align:left;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
	a.btn{
		font-size:1.2rem;
	}
}
a.btn span.playfair{
	border-bottom:3px solid #BE9547;
}
a.btn.btn-white{
	color:#fff;
}
a.btn:hover{
	color:#BE9547;
}

a.btn.btn-border{
	font-size:1rem;
	color:#000;
	border:1px solid #BE9547;
	padding:0.25rem 1rem;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.btn.btn-border:hover{
	color:#fff;
	background-color:#BE9547;
}

.enlace-banner p{
	margin-bottom:0;
}
.enlace-banner a{
	color:#fff;
	display:inline-block;
	font-size:1.7rem;
	font-weight:300;
	padding-left:0;
	padding-right:0;
	text-align:left;
	transition:all 0.3s ease-in-out;
}
.enlace-banner a strong{
	font-family:'Playfair Display', serif;
	font-style:italic;
	border-bottom:3px solid #BE9547;
}

.bg-black{
	background-color:#000!important;
}
.bg-white{
	background-color:#fff;
}
.text-black{
	color:#000!important;
}

@media (min-width: 992px) {
	.sticky-top{
		padding-top:5rem;
	}
}


/*Navegador*/
.navbar{
	/*height:110px;*/
	background-color:#fff;
	transition: all 0.3s ease-in-out;
}
.navbar.navbar-scrolled{
	box-shadow: 0 4px 8px rgba(0,0,10,.05),0 4px 20px rgba(0,0,10,.01);
}
.navbar-brand{
	padding:0;
	margin:0;
	position:absolute;
	left:50%;
	top:15px;
	transition: all 0.3s ease-in-out;
	transform:translateX(-97px);
}
.navbar-brand h1{
	margin:0;
}
.navbar-brand img{
	width:140px;
	width:194px;
	transition: all 0.3s ease-in-out;
}

.navbar .navbar-toggler{
	margin-top:18px;
	margin-bottom:18px;
	margin-top:35px;
	margin-bottom:35px;
	border:none;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
	.navbar.navbar-scrolled{
		/*height:80px;*/
		transition: all 0.3s ease-in-out;
	}
	.navbar.navbar-scrolled .navbar-brand{
		top:9px;
		transform:translateX(-55px);
		transition: all 0.3s ease-in-out;
	}
	.navbar.navbar-scrolled .navbar-brand img{
		width:110px;
		transition: all 0.3s ease-in-out;
	}
	.navbar.navbar-scrolled .navbar-toggler{
		margin-top:2px;
		margin-bottom:2px;
	}
}

@media (max-width: 991px) {
	.navbar{
		/*height:80px;*/
		padding-left:0;
		padding-right:0;
	}
	.navbar .navbar-brand{
		top:9px;
		transform:translateX(-55px);
	}
	.navbar .navbar-brand img{
		width:110px;
	}
	.navbar .navbar-toggler{
		margin-top:2px;
		margin-bottom:2px;
	}
}

.navbar-toggler:active,
.navbar-toggler:focus{
	outline: none;
}
.navbar-toggler .icon-bar {
	width:32px;
	height:1px;
	background-color:#000;
	margin:12px auto;
	display:block;
}
.icon-bar.segundo{
	transform:translateX(-0.5rem);
}

.navbar-toggler .icon-bar {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-toggler:hover .icon-bar.segundo,
.navbar-toggler:hover .icon-bar.tercero{
	transform:translateX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link{
	font-size:1.2rem;
	color:#000;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#BE9547;
}
@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link{
		font-size:1.5rem;
	}
}

@media (max-height: 647px) {
	#mainNav .navbar-nav{
		height:85vh;
		overflow-y:scroll;
	}
}

.enlaces-derecha{
	position:absolute;
	right:5px;
	top:24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
	.navbar .enlaces-derecha{
		right:30px;
		top:35px;
		top:54px;
	}
	.navbar.navbar-scrolled .enlaces-derecha{
		right:30px;
		top:18px;
	}
}
.enlaces-derecha .carrito{
	display:inline-block;
	margin-left:1rem;
	transform:translateY(3px);
}
.enlaces-derecha .carrito i{
	font-size:1.4rem;
	color:#000;
	transform:translateY(3px);
}
.enlaces-derecha .carrito i.fa-shopping-cart::before{
	content:'';
	display:block;
	width:25px;
	height:25px;
	background-image:url('img/iconos/carrito-de-compras.svg');
	background-size:contain;
	background-position:center center;
	transform:scale(1.7);
}

.enlaces-derecha .carrito #mini-cart-count{
	color:#000;
	background-color:#BE9547;
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:50%;
	transform:translate(-10px, -15px);
	text-align:center;
}

@media (max-width: 991px) {
	.enlace-tienda-moviles{
		position:absolute;
		right:6px;
		bottom:-25px;
		text-transform:uppercase;
		letter-spacing:1px;
		color:#000;
		border:1px solid #BE9547;
		z-index:1;
		line-height:1;
		padding:0.25rem 0.25rem 0.2rem 0.25rem;
	}
	.enlaces-derecha .carrito{
		transform:translateY(-7px);
		margin-top:-7px;
	}
}

.navbar-toggler{
	position:relative;
}
.text-menu{
	font-weight:300;
	font-size:1rem;
	color:#000;
	padding:0.25rem 1rem;
	text-transform:uppercase;
	letter-spacing:1px;
	position:absolute;
	right:-65px;
	top:19px;
}
.navbar-toggler:hover .text-menu{
	color:#BE9547;
}
.enlace-contacto{
	font-weight:300;
	font-size:1rem;
	color:#000;
	padding:0.25rem 1rem;
	text-transform:uppercase;
	letter-spacing:1px;
	transform:translateY(2px);
}
.enlaces-abajo{
	position:absolute;
	bottom:-36px;
	left:0;
	right:0;
	background-color:#efefef;
	text-align:center;
}
@media (max-width: 991px) {
	.enlaces-abajo{
		bottom:-24px;
	}
}
@media (max-width: 677px) {
	.enlaces-abajo{
		bottom:-48px;
	}
}
.enlaces-abajo a{
	font-weight:300;
	font-size:1.5rem;
	color:#000;
	padding:0.25rem 0.5rem;
	text-transform:uppercase;
	letter-spacing:1px;
}
.enlaces-abajo a span{
	border:1px solid #000;
	padding:0rem 0.5rem;
}
@media (max-width: 991px) {
	.enlaces-abajo a{
		font-size:1rem;
		padding:0.5rem 0.25rem;
	}
	.enlaces-abajo a span{
		font-size:1rem;
		padding:0rem 0.25rem;
	}
	.enlaces-abajo.en a{
		font-size:0.9rem;
		padding:0;
	}
	.enlaces-abajo.en a span{
		font-size:0.9rem;
		padding:0rem 0.2rem;
	}
}

.idiomas{
	transform:translateY(2px);
}
.idiomas ul{
	list-style:none;
}
.idiomas ul li{
	display:inline-block;
}
.idiomas ul li a{
	color:#000;
	font-weight:300;
}
.idiomas ul li a:hover{
	color:#808080;
	text-decoration:none;
}
.lang-item-en:before{
	content:'/';
	margin-right:0.35rem;
}
@media (max-width: 991px) {
	.idiomas ul{
		padding:0.5rem;
		padding-left:0.1rem;
	}
}

#page-top{
	padding-top:110px;
	padding-top:180px;
}
@media (max-width: 991px) {
	#page-top{
		padding-top:80px;
		padding-top:102px;
	}
}
@media (max-width: 677px) {
	#page-top{
		padding-top:125px;
	}
}

/*Inicio*/
.masthead{
	padding-bottom:6rem;
}
@media (max-width: 991px) {
	.masthead{
		padding-bottom:3rem;
	}
}
.masthead .video-container{
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
.masthead .video-container:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
}
.masthead .video-container video{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	min-height:50%;
	min-width:50%;
}

.marquee{
	position:relative;
	width:100vw;
	max-width:100%;
	height:14rem;
	margin-top:9rem;
	margin-bottom:3rem;
	overflow:hidden;
}
@media (max-width: 991px) {
	.marquee{
		height:6rem;
		margin-top:1.25rem;
		margin-bottom:2rem;
	}
}
.track{
	position:absolute;
	white-space:nowrap;
	will-change:transform;
	animation:marquee 30s linear infinite;
}
@keyframes marquee{
	from { transform: translateX(50%); }
	to { transform: translateX(-100%); }
}

.marquee h2{
	color:#fff;
	font-weight:400;
	font-size:10rem;
}
.marquee h2 span.playfair{
	font-size:10rem;
	color:#fff;
}
@media (max-width: 991px) {
	.marquee h2{
		font-size:5rem;
	}
	.marquee h2 span.playfair{
		font-size:5rem;
	}
	.track{
		animation:marquee-movil 32s linear infinite;
	}
	@keyframes marquee-movil{
		from { transform: translateX(25%); }
		to { transform: translateX(-100%); }
	}
}

.texto-inicio p{
	color:#fff;
	font-size:1.7rem;
}
.texto-inicio p.playfair{
	font-size:3rem;
}
@media (max-width: 991px) {
	.texto-inicio p{
		font-size:1.2rem;
	}
	.texto-inicio p.playfair{
		font-size:2.5rem;
	}
}
@media (max-width: 575px) {
	.texto-inicio p{
		font-size:1rem;
	}
	.texto-inicio p.playfair{
		font-size:2rem;
	}
}

.texto-grande p{
	font-size:1.7rem;
	font-weight:300;
}
@media (max-width: 991px) {
	.texto-grande p{
		font-size:1.2rem;
	}
}
@media (max-width: 575px) {
	.texto-grande p{
		font-size:1rem;
	}
}
.texto-grande p strong{
	font-family: 'Playfair Display', serif;
	font-style:italic;
}

.tierra-buen-vino{
	padding-bottom:0;
}
@media (min-width: 992px) {
	.tierra-buen-vino .espacio-vacio{
		height:50vh;
	}
	.tierra-buen-vino .img-tierra{
		padding-top:40vh;
	}
	.imb-tierra-trans{
		margin-top:5vh;
	}
	.tierra-buen-vino .container{
		margin-bottom:-1300px;
	}
}
@media (min-width: 1450px) {
	.tierra-buen-vino .espacio-vacio{
		height:50vh;
	}
	.tierra-buen-vino .img-tierra{
		padding-top:40vh;
	}
	.imb-tierra-trans{
		margin-top:-15vh;
	}
	.tierra-buen-vino .container{
		margin-bottom:-80%;
	}
}
@media (max-width: 575px) {
	.tierra-buen-vino a.btn{
		font-size:1rem;
	}
}

.tierra-buen-vino a.btn span.playfair{
	position:relative;
	z-index:1028;
}
.mejores-uvas{
	background-image:url('img/fondo-mejores-uvas.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
@media (max-width: 991px) {
	img.img-uvas{
		width:50%;
		padding-top:1rem;
	}
}
@media (max-width: 575px) {
	.mejores-uvas a.btn{
		font-size:1rem;
	}
}

.revolucionando .foto-1{
	padding-bottom:1rem;
}
@media (max-width: 991px) {
	.revolucionando .foto-1{
		padding-top:2rem;
		padding-bottom:2rem;
	}
}
@media (max-width: 575px) {
	.revolucionando a.btn{
		font-size:1rem;
	}
	.revolucionando{
		padding-bottom:0;
	}
}

@media (min-width: 992px) {
	.foto-mucho-mas{
		padding-top:2.5rem;
		padding-right:20%;
	}
}
@media (max-width: 991px) {
	.foto-mucho-mas{
		padding-bottom:1rem;
	}
}
.enlaces-visitas{
	padding-top:2rem;
}
.enlaces-visitas a{
	display:block;
	color:#000;
	border-bottom:3px solid #BE9547;
	font-size:2.6rem;
	font-weight:300;
	line-height:1.2;
	padding-top:2rem;
	padding-bottom:2rem;
}
.enlaces-visitas a:hover{
	text-decoration:none;
	color:#BE9547;
}
@media (max-width: 991px) {
	.enlaces-visitas{
		padding-top:0;
		padding-bottom:2rem;
	}
	.enlaces-visitas a{
		font-size:1.5rem;
		padding-top:0.5rem;
		padding-bottom:0.5rem;
	}
}

.celebralo-todo{
	background-image:url('img/inicio/boda-en-castillo-monjardin.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
@media (min-width: 992px) {
	.celebralo-todo{
		background-attachment:fixed;
	}
}
@media (min-width: 1200px) {
	.celebralo-todo{
		padding-top:14rem;
		padding-bottom:14rem;
	}
}
.celebralo-todo:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
}
@media (max-width: 991px) {
	section.celebralo-todo{
		padding-top:4rem;
	}
}

.celebraciones{
	background-color:#000;
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}

.celebraciones.texto-grande .playfair p{
	font-size:2rem;
}
@media (max-width: 991px) {
	.celebraciones.texto-grande .playfair p{
		font-size:1.5rem;
		margin-bottom:0.25rem;
	}
	.celebraciones.texto-grande p{
		margin-right:20%;
	}
}
@media (max-width: 575px) {
	.celebraciones a.btn{
		font-size:1rem;
	}
}

.cifras .cifra{
	color:#BE9547;
	font-size:2rem;
	margin-bottom:0;
}
@media (min-width: 992px) {
	.cifras .cifra{
		font-size:4rem;
	}
}
.cifras hr{
	border-top:1px solid #000;
	margin-bottom:0;
}
@media (min-width: 992px) {
	.cifras .col-6:nth-last-child(-n + 2) hr{
		border-top:1px solid #fff;
	}
}

@media (min-width: 992px) {
	img.foto-cifras{
		padding-top:2.6rem;
		padding-right:20%;
	}
}
@media (max-width: 991px) {
	.cifras{
		margin-top:-2rem;
	}
	.cifras hr{
		margin-top:0;
		margin-bottom:1rem;
	}
	.cifras p.leyenda{
		margin-bottom:0.5rem;
	}
	img.foto-cifras{
		padding-top:1rem;
	}
	.nombre-propio h2{
		margin-top:-1rem;
		margin-bottom:-0.5rem;
	}
}

.newsletter{
	background-color:#000;
	background-image:url('img/newsletter-castillo-monjardin.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
@media (min-width: 992px) {
	.newsletter{
		background-attachment:fixed;
	}
}
@media (min-width: 1200px) {
	.newsletter{
		padding-top:14rem;
		padding-bottom:14rem;
	}
}
.newsletter:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
}

.newsletter h2{
	text-align:center;
	margin-bottom:4rem;
	line-height:1.1;
}
.newsletter h2 span.playfair{
	color:#fff;
}
@media (max-width: 991px) {
	.newsletter h2{
		margin-bottom:1rem;
		line-height:1;
	}
	.newsletter h2 span.playfair{
		font-size:1.5rem;
	}
}

.newsletter .wpcf7-form{
	position:relative;
}
.newsletter .wpcf7-email{
	width:100%;
	background:transparent;
	color:#fff;
	border:none;
	border-radius:0;
	border-bottom:1px solid #fff;
	outline:none;
	padding:0.5rem 0;
	font-size:1.2rem;
}
@media (min-width: 1200px) {
	.newsletter .wpcf7-email{
		font-size:1.7rem;
	}
}
.newsletter .wpcf7-submit{
	position:absolute;
	top:0;
	right:0;
}
.newsletter .wpcf7-submit{
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:2rem;
	background-color:transparent;
	border:none;
	line-height:1.6;
	cursor:pointer;
}
.newsletter .wpcf7 .wpcf7-submit:disabled{
	opacity:0.9;
	cursor:not-allowed;
}
@media (max-width: 991px) {
	.newsletter .wpcf7-submit{
		line-height:1.2;
	}
}

.newsletter .wpcf7-acceptance{
	display:block;
	margin-top:-1rem;
}
.wpcf7-acceptance .wpcf7-list-item{
	margin-left:0;
}
.newsletter .wpcf7-acceptance a{
	color:#fff;
	text-decoration:underline;
}
@media (max-width: 991px) {
	.newsletter .wpcf7-acceptance{
		font-size:0.9rem;
	}
}

.footer{
	position:relative;
	padding-top:6rem;
}
@media (max-width: 991px) {
	.footer{
		padding-top:3rem;
	}
}

.footer a{
	color:#000;
}
a:hover{
	color:#BE9547;
	text-decoration:none;
}

.footer .rrss a{
	color:#BE9547;
	font-size:1.5rem;
	padding-right:1rem;
}
.footer .rrss a:hover{
	color:#000;
	opacity:0.6;
}
@media (max-width: 991px) {
	.footer .rrss,
	.footer .enlaces-legales{
		padding-bottom:1rem;
	}
}

.footer .enlaces-legales a{
	text-transform:uppercase;
	display:block;
}
@media (min-width: 992px) {
	.footer .enlaces-legales a{
		margin-left:1rem;
		display:inline-block;
	}
}

@media (min-width: 1200px) {
	.img-footer{
		margin-top:-6rem;
	}
}

/*Ficha de producto*/
section.titulo-producto{
	background-color:#8c8c8c;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.titulo-producto h1{
	color:#fff;
}
.titulo-producto p.subtitulo{
	color:#000;
	margin-bottom:0;
}
@media (min-width: 992px) {
	section.titulo-producto{
		padding-top:3rem;
		padding-bottom:3rem;
	}
	.titulo-producto h1{
		font-size:4rem;
	}
	.titulo-producto p.subtitulo{
		font-size:2.5rem;
	}
}
@media (min-width: 1200px) {
	section.titulo-producto{
		padding-top:3.5rem;
		padding-bottom:3.5rem;
	}
	.titulo-producto h1{
		font-size:7rem;
		font-size:6rem;
	}
	.titulo-producto p.subtitulo{
		font-size:4.5rem;
		font-size:3rem;
	}
}

.vinos-blancos .titulo-producto,
.chardonnay-whites .titulo-producto,
.postid-170 .cuerpo .titulo-producto,
.postid-1059 .cuerpo .titulo-producto{
	background-color:#bea747;
}
.rosado-do-navarra .titulo-producto,
.rose-do-navarra .titulo-producto,
.postid-162 .cuerpo .titulo-producto,
.postid-1061 .cuerpo .titulo-producto{
	background-color:#d26060;
}
.vinos-tintos .titulo-producto,
.red-wines .titulo-producto{
	background-color:#612542;
}
.vinos-espumosos .titulo-producto,
.sparkling-brut-nature .titulo-producto{
	background-color:#bea747;
}
.aceite-virgen-extra .titulo-producto,
.extra-virgin-olive-oil-arbequina .titulo-producto{
	background-color:#adb34f;
}

@media (min-width: 992px) {
	.foto-descripcion-producto{
		padding-top:0;
	}
	.foto-descripcion-producto .col-lg-5 img,
	.foto-descripcion-producto .col-lg-7{
		padding-top:6rem;
		padding-top:8rem;
	}
	.foto-descripcion-producto:before{
		content:'';
		position:absolute;
		left:0;
		right:58%;
		top:0;
		bottom:0;
		background-image:url('img/fondo-neutro.jpg');
		background-size:cover;
		background-position:center center;
	}
	.foto-descripcion-producto .overlay{
		content:'';
		position:absolute;
		left:0;
		right:58%;
		top:0;
		bottom:0;
		background-color:rgba(255,255,255,0);
	}
	.vinos-blancos .foto-descripcion-producto:before,
	.chardonnay-whites .foto-descripcion-producto:before,
	.postid-170 .cuerpo .foto-descripcion-producto:before,
	.postid-1059 .cuerpo .foto-descripcion-producto:before{
		background-image:url('img/fondo-dorado-blancos.jpg');
	}
	.vinos-blancos .foto-descripcion-producto .overlay,
	.chardonnay-whites .foto-descripcion-producto .overlay,
	.postid-170 .cuerpo .foto-descripcion-producto .overlay,
	.postid-1059 .cuerpo .foto-descripcion-producto .overlay{
		background-color:rgba(255,255,255,0.5);
	}
	.rosado-do-navarra .foto-descripcion-producto:before,
	.rose-do-navarra .foto-descripcion-producto:before,
	.postid-162 .cuerpo .foto-descripcion-producto:before,
	.postid-1061 .cuerpo .foto-descripcion-producto:before{
		background-image:none;
		background-color:#fff;
	}
	.vinos-tintos .foto-descripcion-producto:before,
	.red-wines .foto-descripcion-producto:before{
		background-image:url('img/fondo-burdeos-tintos.jpg');
	}
	.vinos-espumosos .foto-descripcion-producto:before,
	.sparkling-brut-nature .foto-descripcion-producto:before{
		background-image:url('img/fondo-dorado-espumosos-listado.jpg');
	}
	.vinos-espumosos .foto-descripcion-producto .overlay,
	.sparkling-brut-nature .foto-descripcion-producto .overlay{
		background-color:rgba(255,255,255,0.5);
	}
	.aceite-virgen-extra .foto-descripcion-producto:before,
	.extra-virgin-olive-oil-arbequina .foto-descripcion-producto:before{
		background-image:url('img/fondo-verde-aceites.jpg');
	}
	.aceite-virgen-extra .foto-descripcion-producto .overlay,
	.extra-virgin-olive-oil-arbequina .foto-descripcion-producto .overlay{
		background-color:rgba(255,255,255,0.5);
	}
}

@media (min-width: 992px) {
	.foto-descripcion-producto .col-lg-7,
	.maridaje .col-lg-7,
	.notas-de-prensa .col-lg-7{
		padding-left:3rem;
		padding-right:3rem;
	}
}
@media (min-width: 1200px) {
	.foto-descripcion-producto .col-lg-7,
	.maridaje .col-lg-7,
	.notas-de-prensa .col-lg-7{
		padding-left:4rem;
		padding-right:4rem;
	}
}
@media (min-width: 1450px) {
	.foto-descripcion-producto .col-lg-7,
	.maridaje .col-lg-7,
	.notas-de-prensa .col-lg-7{
		padding-left:6rem;
		padding-right:6rem;
	}
}

@media (min-width: 992px) {
	.foto-descripcion-producto .col-lg-5 img{
		height:98vh;
		height:90vh;
		width:auto;
	}
}
@media (min-width: 992px) and (max-width: 1450px) and (min-height: 700px){
	.foto-descripcion-producto .col-lg-5 img{
		height:auto;
		width:100%;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.foto-descripcion-producto .col-lg-7{
		max-width:540px;
		margin:0 auto;
	}
	.maridaje .container-fluid,
	.premios .container-fluid,
	.notas-de-prensa .container-fluid{
		max-width:540px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.foto-descripcion-producto .col-lg-7{
		max-width:720px;
		margin:0 auto;
	}
	.maridaje .container-fluid,
	.premios .container-fluid,
	.notas-de-prensa .container-fluid{
		max-width:720px;
	}
}


@media (max-width: 991px) {
	.foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-dorado-blancos.jpg');
		background-size:cover;
		background-position:center center;
		padding-top:2rem;
		padding-bottom:2rem;
	}
	.vinos-tintos .foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-mejores-uvas.jpg');
	}
	
	.foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-neutro.jpg');
	}
	.vinos-blancos .foto-descripcion-producto .col-lg-5,
	.chardonnay-whites .foto-descripcion-producto .col-lg-5,
	.postid-170 .cuerpo .foto-descripcion-producto .col-lg-5,
	.postid-1059 .cuerpo .foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-dorado-blancos.jpg');
	}
	.vinos-blancos .foto-descripcion-producto .col-lg-5:before,
	.chardonnay-whites .foto-descripcion-producto .col-lg-5:before,
	.postid-170 .cuerpo .foto-descripcion-producto .col-lg-5:before,
	.postid-1059 .cuerpo .foto-descripcion-producto .col-lg-5:before{
		content:'';
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.5);
	}
	
	.rosado-do-navarra .foto-descripcion-producto .col-lg-5,
	.rose-do-navarra .foto-descripcion-producto .col-lg-5,
	.postid-162 .cuerpo .foto-descripcion-producto .col-lg-5,
	.postid-1061 .cuerpo .foto-descripcion-producto .col-lg-5{
		background-image:none;
		background-color:#fff;
	}
	.vinos-tintos .foto-descripcion-producto .col-lg-5,
	.red-wines .foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-burdeos-tintos.jpg');
	}
	.vinos-espumosos .foto-descripcion-producto .col-lg-5,
	.sparkling-brut-nature .foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-dorado-espumosos-listado.jpg');
	}
	.vinos-espumosos .foto-descripcion-producto .col-lg-5:before,
	.sparkling-brut-nature .foto-descripcion-producto .col-lg-5:before{
		content:'';
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.5);
	}
	.aceite-virgen-extra .foto-descripcion-producto .col-lg-5,
	.extra-virgin-olive-oil-arbequina .foto-descripcion-producto .col-lg-5{
		background-image:url('img/fondo-verde-aceites.jpg');
	}
	.aceite-virgen-extra .foto-descripcion-producto .col-lg-5:before,
	.extra-virgin-olive-oil-arbequina .foto-descripcion-producto .col-lg-5:before{
		content:'';
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.5);
	}
	
	.foto-descripcion-producto .col-lg-5 img{
		width:50%;
		position:relative;
	}
}

.foto-descripcion-producto{
	padding-top:0;
}

.descripcion-corta{
	font-family: 'Playfair Display', serif;
	font-style:italic;
}
@media (max-width: 991px) {
	.descripcion-corta{
		padding-top:3rem;
	}
}
.precio p.price{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	color:#BE9547;
	font-size:2.5rem;
	display:inline-block;
	padding-right:1rem;
}
.precio p.price del{
	font-size:1rem;
}
@media (min-width: 992px) {
	.precio p.price{
		font-size:4rem;
	}
	.precio p.price del{
		font-size:2rem;
	}
}
.nota-precio{
	font-weight:300;
}

.precio p.price del{
	opacity:0.5;
	color:#000;
}
.precio p.price ins{
	text-decoration:none;
}

form.cart{
	display:flex;
}
.wqpmb_input_text,
.wqpmb_input_text:active,
.wqpmb_input_text:focus{
	outline:none;
}
body.single-product .qib-button-wrapper{
	margin-right:1rem;
}
.single_add_to_cart_button,
.boton-descarga,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.single_add_to_cart_button{
	color:#000;
	background-color:#fff;
	font-weight:300;
	font-size:1.3rem;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0;
	border:1px solid #BE9547;
	padding:1rem 2rem;
	display:inline-block;
}
.single_add_to_cart_button:hover,
.boton-descarga:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.single_add_to_cart_button:hover{
	background-color:#BE9547;
	color:#fff;
}
.boton-descarga{
	text-transform:none;
	font-size:1.5rem;
	padding:0.25rem 1.5rem;
	letter-spacing:inherit;
}
@media (max-width: 991px) {
	.boton-descarga{
		font-size:1.1rem;
		padding:0.25rem 1rem;
	}
}

.variations_form.cart{
	display:block;
}
.variations_form .variations{
	display:block;
	width:100%;
}
.variations_form .single_variation_wrap{
	display:block;
	width:100%;
	padding-top:0.5rem;
}
.variations_form label{
	margin-top:0.5rem;
	margin-right:1rem;
}
.woocommerce-variation-price{
	margin-bottom:1rem;
}

.comprar .nota-precio{
	display:block;
	padding-top:1rem;
}

.foto-descripcion-producto h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	color:#BE9547;
	margin-top:2rem
}
@media (min-width: 992px) {
	.foto-descripcion-producto h2{
		font-size:4rem;
		margin-top:4rem;
	}
}

.caracteristicas{
	background-color:#8c8c8c;
	color:#fff;
}
.caracteristicas .nombre{
	font-size:1.6rem;
}
.caracteristicas .valor{
	padding-bottom:2rem;
}
@media (min-width: 992px) {
	.caracteristicas{
		padding-top:4rem;
		padding-bottom:0rem;
	}
	.caracteristicas .nombre{
		font-size:2rem;
	}
	.caracteristicas .valor{
		padding-bottom:3rem;
	}
}

.vinos-blancos .caracteristicas,
.chardonnay-whites .caracteristicas,
.postid-170 .cuerpo .caracteristicas,
.postid-1059 .cuerpo .caracteristicas{
	background-color:#bea747;
}
.rosado-do-navarra .caracteristicas,
.rose-do-navarra .caracteristicas,
.postid-162 .cuerpo .caracteristicas,
.postid-1061 .cuerpo .caracteristicas{
	background-color:#d26060;
}
.vinos-tintos .caracteristicas,
.red-wines .caracteristicas{
	background-color:#612542;
}
.vinos-espumosos .caracteristicas,
.sparkling-brut-nature .caracteristicas{
	background-color:#bea747;
}
.aceite-virgen-extra .caracteristicas,
.extra-virgin-olive-oil-arbequina .caracteristicas{
	background-color:#adb34f;
}

.maridaje h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	color:#BE9547;
	padding-top:2rem;
}
@media (min-width: 992px) {
	.maridaje h2{
		font-size:4rem;
		padding-top:0;
	}
}
@media (min-width: 992px) {
	.maridaje{
		padding-top:3rem;
		padding-bottom:3rem;
	}
	.owl-carousel-maridaje{
		padding-right:2rem;
	}
	.maridaje .container-fluid .row,
	.notas-de-prensa .container-fluid .row{
		min-height:450px;
	}
}

.carrusel-maridaje-fondo,
.carrusel-prensa-fondo{
	position:absolute;
    left:-1px;
    right:58%;
    top:-1px;
    bottom:0px;
}
.carrusel-maridaje-fondo .item,
.carrusel-prensa-fondo .item{
	width:100%;
	height:100%;
    background-size:cover;
    background-position:center center;
}
.owl-carousel-maridaje-fondo,
.owl-carousel-maridaje-fondo .owl-stage-outer,
.owl-carousel-maridaje-fondo .owl-stage,
.owl-carousel-maridaje-fondo .owl-item ,
.owl-carousel-maridaje-fondo .item,
.owl-carousel-prensa-fondo,
.owl-carousel-prensa-fondo .owl-stage-outer,
.owl-carousel-prensa-fondo .owl-stage,
.owl-carousel-prensa-fondo .owl-item ,
.owl-carousel-prensa-fondo .item{
	height:100%;
}

@media (max-width: 991px) {
	.carrusel-maridaje-fondo,
	.carrusel-prensa-fondo{
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
		height:400px;
	}
	section.maridaje,
	section.notas-de-prensa{
		padding-top:0;
	}
}




.premios{
	background-color:#000;
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.premios h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	padding-bottom:1rem;
}
@media (min-width: 992px) {
	.premios h2{
		font-size:4rem;
		padding-bottom:2rem;
	}
}
.premios .owl-stage{
	margin:0 auto;
}
.premios .premio{
	padding-left:1rem;
	padding-right:1rem;
}
.premios .premio img{
	width:200px;
	margin:0 auto;
}
.premios .premio p{
	font-size:1rem;
	padding-top:2rem;
	max-width:200px;
	margin:0 auto;
}
@media (min-width: 992px) {
	.premios .premio{
		padding:0;
	}
	.premios .premio img{
		width:200px;
	}
	.premios .premio p{
		font-size:1.2rem;
	}
}

.notas-de-prensa{
	background-color:#8c8c8c;
	color:#fff;
}
.notas-de-prensa h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	padding-bottom:1rem;
	padding-top:2rem;
}
@media (min-width: 992px) {
	.notas-de-prensa h2{
		font-size:4rem;
		padding-top:0;
	}
	.notas-de-prensa .fondo{
		position:absolute;
		left:0;
		right:58%;
		top:0;
		bottom:0;
		background-size:cover;
		background-position:center center;
	}
}

.vinos-blancos .notas-de-prensa,
.chardonnay-whites .notas-de-prensa,
.postid-170 .cuerpo .notas-de-prensa,
.postid-1059 .cuerpo .notas-de-prensa{
	background-color:#bea747;
}
.rosado-do-navarra .notas-de-prensa,
.rose-do-navarra .notas-de-prensa,
.postid-162 .cuerpo .notas-de-prensa,
.postid-1061 .cuerpo .notas-de-prensa{
	background-color:#d26060;
}
.vinos-tintos .notas-de-prensa,
.red-wines .notas-de-prensa{
	background-color:#612542;
}
.vinos-espumosos .notas-de-prensa,
.sparkling-brut-nature .notas-de-prensa{
	background-color:#bea747;
}
.aceite-virgen-extra .notas-de-prensa,
.extra-virgin-olive-oil-arbequina .notas-de-prensa{
	background-color:#adb34f;
}

.notas-de-prensa p.nota{
	font-style:italic;
	font-size:1.5rem;
}
.notas-de-prensa p.fuente{
	font-size:1rem;
}
.notas-de-prensa p.nota,
.notas-de-prensa p.fuente{
	padding-left:3rem;
}
@media (min-width: 992px) {
	.notas-de-prensa p.nota{
		font-size:2rem;
	}
	.notas-de-prensa p.fuente{
		font-size:1.2rem;
	}
	.notas-de-prensa p.nota,
	.notas-de-prensa p.fuente{
		padding-left:6rem;
	}
}

.notas-de-prensa .nota:before{
	content:'“';
	font-family: 'Playfair Display', serif;
	font-style:italic;
	display:inline-block;
	font-size:10rem;
	line-height:0.7;
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 991px) {
	.notas-de-prensa .nota:before{
		font-size:5rem;
	}
}

.owl-theme .owl-nav{
	margin:0;
	position:absolute;
	top:50%;
	width:100%;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	margin:0;
}
.owl-theme .owl-nav .owl-prev{
	float:left;
}
.owl-theme .owl-nav .owl-next{
	float:right;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background:transparent;
}

/*Listado productos*/
section.titulo-producto.titulo-tienda{
	background-image:url('img/cabecera-tienda-online.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
section.titulo-producto.titulo-tienda:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0);
}
@media (min-width: 992px) {
	section.titulo-producto.titulo-tienda{
		padding-top:3.5rem;
		padding-bottom:3.5rem;
	}
}
@media (min-width: 1200px) {
	section.titulo-producto.titulo-tienda{
		padding-top:4.5rem;
		padding-bottom:4.5rem;
	}
}
.caracteristicas.caracteristicas-tienda{
	background-color:#000;
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:3rem;
	padding-bottom:0;
}
.caracteristicas.caracteristicas-tienda .valor{
	width:280px;
	margin:0 auto;
}
@media (max-width: 991px) {
	.caracteristicas.caracteristicas-tienda{
		padding-bottom:1.5rem;
	}
	.caracteristicas.caracteristicas-tienda .valor{
		width:240px;
	}
}
.filtros-moviles{
	box-shadow:none;
}
.filtros-moviles .navbar-toggler-icon{
	margin-bottom:0.4rem;
}

@media (min-width: 992px) {
	section.listado-productos{
		padding-top:0;
	}
	.listado-productos .listado-categorias,
	.woocommerce .listado-productos ul.products{
		padding-top:6rem;
		padding-top:12rem;
	}
}


.listado-categorias p.h2{
	font-size:2.5rem;
	margin-bottom:2rem;
}
.listado-categorias ul{
	padding-left:0;
	list-style:none;
	border-top:1px solid #BE9547;
	width:100%;
}
.listado-categorias ul li{
	font-size:1.5rem;
	font-weight:300;
	border-bottom:1px solid #BE9547;
	padding:0.5rem 0;
}
.listado-categorias ul li a{
	display:block;
	color:#000;
}
.listado-categorias ul li a:hover{
	color:#BE9547;
}

@media (max-width: 991px) {
	.listado-categorias ul li{
		font-size:1rem;
	}
}

.woocommerce ul.products.row{
	margin-left:-15px;
	margin-right:-15px;
}
.woocommerce ul.products.row li.product.col-6{
	padding-left:15px;
	padding-right:15px;
}
.woocommerce ul.products.row li.product.col-6.post-546,
.woocommerce ul.products.row li.product.col-6.post-539,
.woocommerce ul.products.row li.product.col-6.post-1451{
	display:none;
}

.miniatura-producto{
	background-color:#f4f4f4;
}
.miniatura-producto h2{
	font-size:1.8rem;
	text-align:center;
	margin:0.5rem 1rem 1rem;
}
.miniatura-producto a h2{
	color:#000;
}
@media (max-width: 991px) {
	.miniatura-producto h2{
		font-size:1.2rem;
		margin:0.5rem;
	}
}
.miniatura-producto p.subtitulo{
	font-size:1.2rem;
	font-weight:300;
	text-align:center;
	margin:0.5rem 1rem;
}
@media (max-width: 991px) {
	.miniatura-producto p.subtitulo{
		font-size:1rem;
		margin:0.5rem;
		line-height:1.1;
		display:none;
	}
}

.woocommerce ul.products li.product .miniatura-producto a img{
	background: linear-gradient(
		to top,
		#f4f4f4 0%,
		#f4f4f4 50%,
		#ffffff 50%,
		#ffffff 100%
	  );
}
@media (min-width: 992px) {
	.woocommerce ul.products li.product .miniatura-producto a img{
		margin-bottom:2rem;
	}
}
.woocommerce ul.products li.product .miniatura-producto.lotes-y-packs a img{
	background:#f4f4f4;
	padding-top:2rem;
}

.woocommerce ul.products li.product .miniatura-producto p.price{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	color:#BE9547;
	font-size:1.2rem;
	display:block;
	margin-bottom:1rem;
	text-align:center;
}
.woocommerce ul.products li.product .miniatura-producto p.price del{
	font-size:0.8rem;
}
@media (min-width: 992px) {
	.woocommerce ul.products li.product .miniatura-producto p.price{
		font-size:2rem;
		margin-bottom:1.5rem;
	}
	.woocommerce ul.products li.product .miniatura-producto p.price del{
		font-size:1.2rem;
	}
}
@media (min-width: 1200px) {
	.woocommerce ul.products li.product .miniatura-producto p.price{
		margin-left:1.5rem;
		text-align:left;
	}
}

.woocommerce ul.products li.product .miniatura-producto p.price del{
	opacity:0.5;
	color:#000;
}
.woocommerce ul.products li.product .miniatura-producto p.price ins{
	text-decoration:none;
}

.miniatura-producto .custom-quantity-form .qib-button-wrapper{
	float:inherit;
	margin:0;
	margin-bottom:1rem;
}
@media (min-width: 1200px) {
	.miniatura-producto .custom-quantity-form .qib-button-wrapper{
		margin-bottom:0.5rem;
	}
}
@media (max-width: 991px) {
	.miniatura-producto .custom-quantity-form .qib-button-wrapper{
		transform:scale(0.9);
	}
}

.miniatura-producto .oferta{
	display:none;
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button{
	background:#fff!important;
	border:none;
	color:#BE9547;
}
body .qib-button-wrapper .minus.qib-button:hover,
body .qib-button-wrapper .plus.qib-button:hover{
	background:#14141414!important;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
	border:none!important;
	width:2em;
	padding-left:0!important;
	padding-right:0!important;
}


.total-carrito{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#212121;
	color:#fff;
	z-index:10000;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.total-carrito a.btn{
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0;
	color:#fff;
	background-color:transparent;
	border:1px solid #BE9547;
	padding:0.25rem 0.5rem;
	display:inline-block;
}
.total-carrito a.btn:hover{
	color:#fff;
	background-color:#BE9547;
}
.total-carrito p{
	font-size:1rem;
	margin-bottom:0;
	margin-right:0.5rem;
	display:inline-block;
}
.total-carrito p span.playfair{
	font-size:1.2rem;
}
@media (min-width: 992px) {
	.total-carrito{
		padding-top:1rem;
		padding-bottom:1rem;
	}
	.total-carrito p{
		font-size:1.2rem;
		margin-right:2rem;
		transform:translateY(2px);
	}
	.total-carrito p span.playfair{
		font-size:1.4rem;
	}
	.total-carrito a.btn{
		font-size:1.2rem;
		padding:0.5rem 1rem;
	}
}
@media (max-width: 575px) {
	.total-carrito{
		padding-bottom:1rem;
	}
	.total-carrito p{
		display:block;
		margin-right:0;
		margin-bottom:0.5rem;
	}
}


/*Checkout*/
.wp-block-woocommerce-cart h2.wp-block-heading,
.wc-block-product-new{
	display:none;
}
.wp-block-woocommerce-cart h2.wp-block-heading.wc-block-cart__empty-cart__title{
	display:block;
}
@media (min-width: 992px) {
	.wp-block-woocommerce-cart .wc-block-components-notices{
		padding-top:5rem;
	}
}

.woocommerce .col-1,
.woocommerce .col-2{
	max-width:100%;
	padding:0;
}
.woocommerce form .form-row label,
.woocommerce form .form-row .woocommerce-input-wrapper{
	width:100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
#billing_country_field span.woocommerce-input-wrapper,
#shipping_country_field span.woocommerce-input-wrapper{
	border:1px solid #aaa;
	padding:0.5rem;
}
#billing_country_field span.woocommerce-input-wrapper,
#shipping_country_field span.woocommerce-input-wrapper{
	cursor:not-allowed;
}
#billing_country_field span.woocommerce-input-wrapper strong,
#shipping_country_field span.woocommerce-input-wrapper strong{
	font-weight:400;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:41px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:38px!important;
}
.select2-container--default .select2-selection--single{
	border-radius:0!important;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields{
	padding-bottom:2rem;
}


.wc-block-components-totals-shipping__fieldset,
.wc-block-components-totals-item__description{
	display:none;
}
.wc-block-cart__submit-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	/*font-size:1rem;*/
	background-color:#fff!important;
	color:#000!important;
	border:1px solid #BE9547;
	padding:0.25rem 1rem;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:300;
}
.wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	color:#fff!important;
	background-color:#BE9547!important;
}

.woocommerce-order section{
	padding-top:2rem;
	padding-bottom:2rem;
}
.woocommerce-checkout h2{
	font-size:2.5rem;
	font-weight:400;
}

.woocommerce-order-details__title{
	display:none;
}
table.woocommerce-table.shop_table.order_details{
	display:none;
}

section.woocommerce-order-details table.woocommerce-table.shop_table.order_details{
	display:table;
}

#codigo_oficina_field{
	display:none;
}



/*Nuestros vinos*/
.cabecera-nuestros-vinos h1{
	color:#BE9547;
	margin-bottom:3rem;
}
.cabecera-nuestros-vinos a{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	text-decoration:underline;
}

.page-template-nuestros-vinos .productos{
	padding-top:4rem;
}

.miniatura-vino{
	max-width:400px;
	margin:0 auto;
	padding-bottom:6rem;
}
.miniatura-vino a span{
	font-size:1.2rem;
	display:block;
	padding-top:2rem;
}
@media (min-width: 992px) {
	.miniatura-vino a span{
		font-size:1.8rem;
		font-size:2.2rem;
	}
}

.miniatura-vino a img{
	transform:translateY(0);
	transition: all 0.3s ease-in-out;
}
.miniatura-vino a:hover img{
	transform:translateY(-1.5rem);
}
@media (min-width: 992px) {
	.miniatura-vino a:hover img{
		transform:translateY(-3rem);
	}
}

.page-template-nuestros-vinos h2 span.playfair{
	font-size:2rem;
}
@media (min-width: 1200px) {
	.page-template-nuestros-vinos h2 span.playfair{
		font-size:3.5rem;
	}
}

.page-template-nuestros-vinos .blancos{
	background-image:url('img/fondo-dorado-blancos-listado.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#000;
}
.page-template-nuestros-vinos .blancos:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.5);
}
.page-template-nuestros-vinos .rosados{
	background-color:#fff;
	color:#000;
}
.page-template-nuestros-vinos .tintos{
	background-image:url('img/fondo-tintos-listado.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.page-template-nuestros-vinos .reservas{
	background-image:url('img/fondo-especiales-listado.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.page-template-nuestros-vinos .espumosos{
	background-image:url('img/fondo-dorado-espumosos-listado.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#000;
}
.page-template-nuestros-vinos .espumosos:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(256,256,256,0.5);
}
.page-template-nuestros-vinos .aceite{
	background-image:url('img/fondo-verde-aceites.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#000;
}
.page-template-nuestros-vinos .aceite:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(256,256,256,0.5);
}

@media (min-width: 992px) {
	.page-template-nuestros-vinos .blancos,
	.page-template-nuestros-vinos .tintos,
	.page-template-nuestros-vinos .reservas,
	.page-template-nuestros-vinos .espumosos,
	.page-template-nuestros-vinos .aceite{
		background-attachment:fixed;
	}
	
}

/*Quiénes somos*/
.cabecera-quienes-somos h1{
	font-size:1.7rem;
	margin-bottom:4.5rem;
}
@media (max-width: 991px) {
	.cabecera-quienes-somos h1{
		font-size:1.2rem;
		margin-bottom:3rem;
	}
}
.page-template-quienes-somos h2,
.page-template-quienes-somos p .oro{
	display:block;
	margin-bottom:5rem;
}
@media (max-width: 991px) {
	.page-template-quienes-somos h2,
	.page-template-quienes-somos p .oro{
		margin-bottom:3rem;
	}
}
.image-container{
	width:100%;
	overflow-x:hidden;
	padding-top:4rem;
}
@media (min-width: 992px) {
	.image-container{
		width:calc(50vw + 466px);
		margin-left:auto;
		padding-top:5rem;
	}
}
@media (min-width: 1200px) {
	.image-container{
		width:calc(50vw + 555px);
	}
}
.cabecera-quienes-somos img.video,
.cabecera-quienes-somos .video-vertical{
	padding-bottom:3rem;
}
.cabecera-quienes-somos img.foto-1{
	padding-bottom:1rem;
}
@media (max-width: 991px) {
	.cabecera-quienes-somos img.foto-1{
		padding-bottom:2rem;
	}
}

.video-vertical video{
	width:100%;
}


.foto-historia-1{
	padding-bottom:3rem;
}
@media (min-width: 992px) {
	.foto-historia-1{
		position:absolute;
		top:7rem;
		right:0;
		padding-left:19%;
	}
}

.foto-historia-2{
	padding-top:1rem;
}

.secciones-responsabilidad h3{
	font-size:2rem;
}
@media (min-width: 992px) {
	.secciones-responsabilidad{
		padding-top:6.3rem;
	}
	.secciones-responsabilidad h3{
		font-size:3rem;
	}
}
.seccion-responsabilidad{
	padding-bottom:2rem;
}
.seccion-responsabilidad .texto{
	padding-bottom:1.5rem;
}
.seccion-responsabilidad hr{
	border-color:#BE9547;
}
.seccion-responsabilidad .texto a{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	text-decoration:underline;
}

.secciones-responsabilidad h3{
	padding-left:3.5rem;
	position:relative;
}
.secciones-responsabilidad h3:before{
	content:'';
	position:absolute;
	left:0;
	top:1.2rem;
	width:2rem;
	height:2rem;
	background-image:url('img/iconos/icon-uvas.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
@media (max-width: 991px) {
	.secciones-responsabilidad h3{
		padding-left:2rem;
	}
	.secciones-responsabilidad h3:before{
		top:0.8rem;
		width:1.2rem;
		height:1.2rem;
	}
}

.grid-sizer,
.grid-item{
	width: calc((100% - 15px)/2);
	max-width: calc((100% - 15px)/2);
}
.gutter-sizer{
	width:15px;
}
@media (min-width: 992px) {
	.grid-sizer,
	.grid-item{
		width: calc((100% - 80px)/3);
		max-width: calc((100% - 80px)/3);
	}
	.gutter-sizer{
		width:40px;
	}
}
/*
.grid-item-2{
	padding-top:15px;
}
@media (min-width: 992px) {
	.grid-item-2{
		padding-top:40px;
	}
}
*/

.miembros-equipo{
	padding-top:3rem;
}
.miembros-equipo p{
	font-size:1rem;
	margin-bottom:0.5rem;
}
.miembros-equipo p a{
	color:#000;
}
.miembros-equipo p a:hover{
	color:#BE9547;
}
.miembros-equipo p.nombre{
	padding-top:2rem;
}
.miembros-equipo .grid-item{
	padding-bottom:4rem;
}
@media (min-width: 992px) {
	.miembros-equipo{
		padding-top:5rem;
	}
	.miembros-equipo p{
		font-size:1.2rem;
	}
	.miembros-equipo p.nombre{
		padding-top:1rem;
	}
	.miembros-equipo .grid-item{
		padding-bottom:2rem;
	}
}

.miembros-equipo .img-miembro{
	position:relative;
}
.miembros-equipo .img-miembro .descripcion{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	padding:3rem;
	overflow-y:auto;
	opacity:0;
	transition: all 0.3s ease-in-out;
}
.miembros-equipo .img-miembro:hover .descripcion{
	opacity:1;
}
.miembros-equipo .descripcion p{
	font-size:1rem;
	color:#fff;
}
@media (min-width: 992px) {
	.miembros-equipo .descripcion{
		padding:1rem;
	}
}

/*La bodega*/
.cabecera-la-bodega img.foto-cabecera-bodega{
	padding-top:1rem;
}
@media (min-width: 992px) {
	.cabecera-la-bodega img.foto-cabecera-bodega{
		padding-top:1rem;
		padding-left:3rem;
	}
}
.page-template-la-bodega h2,
.page-template-la-bodega p .oro{
	display:block;
	margin-bottom:5rem;
}
@media (max-width: 991px) {
	.page-template-la-bodega h2,
	.page-template-la-bodega p .oro{
		margin-bottom:3rem;
	}
}
.page-template-la-bodega p a{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	text-decoration:underline;
}

img.foto-instalaciones-1{
	padding-top:1rem;
}
img.foto-instalaciones-2{
	padding-top:1rem;
}
img.foto-instalaciones-3{
	padding-top:1rem;
	padding-bottom:1rem;
}
@media (min-width: 992px) {
	img.foto-instalaciones-3{
		padding-right:30%;
	}
}

img.foto-elaboracion-1{
	padding-top:1rem;
}
img.foto-elaboracion-2{
	padding-top:1rem;
}

.galeria-premios{
	max-width:500px;
	margin:0 auto;
}
.galeria-premios img{
	padding:1rem;
}
@media (min-width: 992px) {
	.galeria-premios{
		padding-top:5rem;
	}
	.galeria-premios img{
		padding:2rem;
	}
}

/*Restaurante*/
.cabecera-quienes-somos.cabecera-restaurante h1{
	margin-bottom:2.5rem;
}
.horario-reservas{
	background-color:#000;
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.page-template-restaurante .horario-reservas h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:2.5rem;
	margin-bottom:2rem;
}
.page-template-restaurante .horario-reservas a{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	text-decoration:underline;
}
.page-template-restaurante h2,
.page-template-restaurante p .oro{
	display:block;
	margin-bottom:5rem;
}
@media (max-width: 991px) {
	.page-template-restaurante h2,
	.page-template-restaurante p .oro{
		margin-bottom:3rem;
	}
}
.page-template-restaurante .horario-reservas .descargas a{
	font-family: 'Hanken Grotesk', sans-serif;
	font-style:normal;
	text-decoration:none;
	color:#fff;
	background-color:transparent;
}
.page-template-restaurante .horario-reservas .descargas a:hover{
	background-color:#BE9547;
}


.page-template-restaurante .foto-maridaje-1{
	padding-top:1rem;
	padding-bottom:2rem;
}
@media (min-width: 992px) {
	.page-template-restaurante .foto-maridaje-1{
		padding-left:30%;
	}
	.page-template-restaurante .foto-maridaje-2{
		padding-right:40%;
	}
}
.page-template-restaurante .foto-maestria-1{
	padding-bottom:1rem;
}
.page-template-restaurante .foto-producto-local-1{
	padding-bottom:1rem;
}

.banner-maridajes{
	background-image:url('img/restaurante/maridajes3.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
@media (min-width: 992px) {
	.banner-maridajes{
		background-attachment:fixed;
	}
}
.banner-maridajes:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
}
.banner-maridajes a.btn{
	color:#fff;
}
@media (max-width: 991px) {
	.maridajes a.btn,
	.banner-maridajes a.btn{
		white-space:normal;
		font-size:1rem;
	}
}
.banner-maridajes h2{
	font-family:'Playfair Display', serif;
	font-style:italic;
	color:#fff;
}
.banner-maridajes p{
	margin-bottom:2rem;
	max-width:600px;
}
.banner-maridajes a{
	color:#fff;
}
.banner-maridajes a strong{
	border-bottom:3px solid #BE9547;
}

.banner-compra .qib-button-wrapper{
	background:#fff;
	margin:0;
	margin-right:0.5rem;
	padding:0.5rem;
}
.banner-compra .single_add_to_cart_button{
	cursor:pointer;
	background-color:transparent;
	color:#fff;
}
.banner-compra .single_add_to_cart_button:hover{
	background-color:#BE9547;
}
.banner-compra{
	background-color:#000;
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.banner-compra h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:2.5rem;
	margin-bottom:2rem;
}


/*Bodas y eventos*/
.cabecera-quienes-somos.cabecera-eventos h1{
	margin-bottom:2.5rem;
}
.contacto-reservas{
	background-color:#bea747;
}
@media (min-width: 992px) {
	.contacto-reservas:before{
		content:'';
		position:absolute;
		right:0;
		left:50%;
		top:0;
		bottom:0;
		background-image:url('img/eventos/salonboda.jpg');
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
	}
}
.page-template-bodas-y-eventos .contacto-reservas h2{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:2.5rem;
	margin-bottom:2rem;
}
.page-template-bodas-y-eventos .contacto-reservas a{
	font-family: 'Playfair Display', serif;
	font-style:italic;
	text-decoration:underline;
	color:#000;
}
.page-template-bodas-y-eventos h2,
.page-template-bodas-y-eventos p .oro{
	display:block;
	margin-bottom:5rem;
}
@media (max-width: 991px) {
	.page-template-bodas-y-eventos h2,
	.page-template-bodas-y-eventos p .oro{
		margin-bottom:3rem;
	}
}

.caracteristicas.caracteristicas-bodas{
	background-image:url('img/fondo-celebraciones.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
@media (min-width: 992px) {
	.caracteristicas.caracteristicas-bodas p.valor{
		font-size:1.6rem;
	}
}

.banner-maridajes.banner-restaurante{
	background-image:url('img/eventos/salongrande.jpg');
}

/*Contacto*/
section.titulo-producto.titulo-tienda.titulo-contacto{
	background-image:url('img/cabecera-contacto.jpg');
}
.bloques-contacto h2{
	font-family:'Playfair Display', serif;
	font-style:italic;
	color:#BE9547;
	font-size:4rem;
}
@media (max-width: 1999px) {
	.bloques-contacto h2{
		font-size:3rem;
	}
}
@media (max-width: 991px) {
	.bloques-contacto h2{
		font-size:2rem;
	}
}
.bloques-contacto a{
	font-family:'Playfair Display', serif;
	text-decoration:underline;
}
.bloques-contacto a:hover{
	color:#000;
}
.bloques-contacto a.link-whatsapp{
	text-decoration:none;
	margin-left:1rem;
}
.bloques-contacto .bloque{
	padding-bottom:6rem;
}
@media (max-width: 991px) {
	.bloques-contacto .bloque{
		padding-bottom:3rem;
	}
}

/*Contacto*/
section.titulo-producto.titulo-tienda.titulo-vinedos{
	background-image:url('img/cabecera-vinedos.jpg');
}

/*Visitas*/
section.titulo-producto.titulo-tienda.titulo-visitas{
	background-image:url('img/cabecera-catas.jpg');
}
.compra-pack .precio p.price del{
	color:#fff;
}

/*Pruebas Mapas*/
.wpsl-search,
#wpsl-result-list{
	display:none;
}
#wpsl-gmap div[aria-label="Bodega"],
div[aria-label="Bodega"]{
	display:none!important;
}


/*Cookies*/
#pdcc-modal-bg{
	align-items:end!important;
	padding-bottom:0!important;
}
#pdcc-modal-bg #pdcc-modal-container{
	border-radius:0!important;
	width:100%!important;
	margin:0!important;
}
#pdcc-modal-bg #pdcc-modal-container p{
	text-align:left!important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-accept,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-accept-all,
div#pdcc-message-container p span#pdcc-message-accept{
	padding: 8px 20px!important;
	border: 1px solid #000!important;
	text-decoration: none!important;
	background-color:#000!important;
	color:#fff!important
}
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-save-settings,
div#pdcc-message-container p span#pdcc-message-config{
	padding: 8px 20px!important;
	border: 1px solid #000!important;
	text-decoration: none!important;
	background-color:#fff!important;
	color:#000!important
}




/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
/* XXL devices (large desktops, 1300px and up)*/
@media (min-width: 1300px) {}
/* XXL devices (large desktops, 1300px and up)*/
@media (min-width: 1450px) {}