@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
 @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0
}
a {
	text-decoration: none;
}
html, body {
	margin: 0 auto;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	text-align: left;
	background-color: #171717 !important;
}
body {
/*	overflow-x: hidden;*/}
p {
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	text-align: justify;
	color: #fff;
}
h1, h2 {
	font-family: 'Playfair Display', serif;
}
.h1-sup {
	font-size: 20px;
	text-align: center;
	color: #FFF;
	margin: 0 auto -40px;
	font-style: italic;
	letter-spacing: 2px;
}
h1 {
	font-size: 7vw;
	font-weight: 400;
	color: #fff;
	padding: 40px 0 60px;
	text-align: center;
}
h2 {
	font-size: 60px;
	font-weight: 100;
	padding: 0px 0 40px;
}
h3 {
	font-size: 27px;
	font-weight: 600;
	padding: 0px 0 10px;
	color: #fff;
}
header {
	width: 100%;
	height: 100px;
	/* background-color: #fff; */
	z-index: 9990 !important;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}
.header-scroll {
	background-color: rgba(255,255,255,1);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header-scroll nav a {
	color: #333;
}
.header-scroll .social img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	opacity: 0.5;
}
.content {
	width: 1120px;
	height: 100%;
	margin: 0 auto;
}
.logo {
    float: left;
    margin: 0;
    width: 130px;
    height: 141px;
    background: #fff;

}
.logo img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}
.cont-logo-social {
}
nav {
	top: 0;
	right: 0;
	float: right;
	clear: both;/* padding: 0; *//* margin: 0; */
}
nav ul {
	list-style: none;
}
nav ul li {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	    padding: 20px 15px 25px;
	margin: 0;
}
nav ul li a {
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
nav ul li:hover a {
	font-weight: 700;
}
nav ul li:hover {
	border-bottom: solid 2px #fff;
}
nav ul li ul {
	       display: none;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* width: 200px; */
    margin: 26px 0 0 0;
    left: -80%;
    right: -60px;
    /* width: max-content; */
    /* max-width: fit-content; */
    text-align: center;
}
nav ul li:hover ul {
	opacity: 1;
	display: block;
	-webkit-transition: all .6s;
	transition: all .6s;
}
nav ul li ul li {
	background-color: rgba(255,255,255,0.9);
	/* color: #333; */
    /* display: block; */
	padding: 10px;
	width: 100%;
	text-align: center;
	border-bottom:none !important;
}
nav ul li ul li a {
	color: #333;
}
nav ul li ul li:hover{
		background-color: rgba(255,255,255,1);}
.social {
	top: 0;
	right: 0;
	float: right;
	clear: both;
	margin-right:10px;
	
}
.social a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	
}
.social a img {
	display: block;
	opacity: 0.7;
	
}
.social a:hover img {
	opacity: 1;
}
.cont-nav-social {
	float: right;
}
.clear {
	clear: both;
}
.sl-uno {
	background-image: url(../images/slider/home/1.jpg);
}
.sl-dos {
	background-image: url(../images/slider/home/2.jpg);
}
.sl-tres {
	background-image: url(../images/slider/home/3.jpg);
}
.sl-uno-proyecto {
	background-image: url(../images/slider/proyecto/1.jpg);
}
.sl-dos-proyecto {
	background-image: url(../images/slider/proyecto/2.jpg);
}
.sl-tres-proyecto {
	background-image: url(../images/slider/proyecto/3.jpg);
}
.sl-uno-vinedo {
	background-image: url(../images/slider/vinedo/1.jpg);
}
.sl-dos-vinedo {
	background-image: url(../images/slider/vinedo/2.jpg);
}
.sl-tres-vinedo {
	background-image: url(../images/slider/vinedo/3.jpg);
}
.sl-cuatro-vinedo {
	background-image: url(../images/slider/vinedo/4.jpg);
}
.sl-uno-bodega {
	background-image: url(../images/slider/bodega/1.jpg);
}
.sl-dos-bodega {
	background-image: url(../images/slider/bodega/2.jpg);
}
.sl-tres-bodega {
	background-image: url(../images/slider/bodega/3.jpg);
}
section {
	width: 100%;
	margin: 0;
	padding: 80px 80px 0 80px;
	clear: both;
}
#proyecto {
	background-attachment: scroll;
	background-image: url(../images/bk-proyecto.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100% auto;

}
#proyecto, #vinedo{
		padding-bottom:100px;}
#proyecto p, #vinedo p, #vinos p, #copy p {
	text-align: center;
	color: #fff;
	width: 80%;
	margin: 0 auto;
}
#vinos p{
    width: 86%;

}
.centrado .producto-box {
	margin:0 2%;
	}
#copy p {
	font-size: 22px;
}
#vinedo {
	background-attachment: fixed;
    background-image: url(../images/bk-vinedo.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    height: 1560px;
}
#vinedo:before{
	content: '';
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    padding: 422px;
    margin: -80px;}

#vinos, #enologo, #vinedo-grey, #chacayes, #bodega {
	background-color: #171717;
}
#vinos{
padding-bottom: 100px;
    /* margin-bottom: 100px; */
}
#enologo {
	background-attachment: fixed;
	background-image: url(../images/bk-proyecto-txt.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#chacayes {
	background-attachment: fixed;
	background-image: url(../images/bk-chacayes.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#bodega {
    background-attachment: fixed;
    background-image: url(../images/bk-bodega-1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
#bodega p {
	padding-bottom:150px;}
#contacto h2 {
	color:#fff;
	font-size:36px;}	
.img-vinedo {
	margin: 0 auto 80px;
	width: 100%;
}
.img-vinedo img {
	display: block;
	width: 80%;
	height: auto;
	max-width:1200px;
	margin:0 auto;
}
.vino-info {
	margin: 120px 0 0;
	float: left;
	width: 50%;
}
.vino-info h3{
	font-size:24px;
	}
.vinos-slider {
	margin: 0 0 60px 0;
}
.vinos-slider ul {
	list-style: none;
}
.vinos-slider ul li {
	color: #fff;
	width: 50%;
}
.botella {
	float: left;
	width: 50%;
}
.botella img {
	display: block;
	margin: 80px auto;
	width: 80%;
}
.vino-titulo {
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0;
	display: block;
}
.vino-uvas {
	font-size: 16px;
	font-weight: 600;
	color: red;
	display: block;
	padding: 10px 0;
}

.vino-puntaje {
	font-size: 16px;
	display: block;
	font-weight: 400;
	padding: 10px 0;
}
.vino-puntaje:before {
	content: '';
	width: 20px;
	height: 38px;
	background-image: url(../images/ico-puntaje.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	float: left;
	margin: -5px 10px 0 0;
}
.degustacion {
	display: block;
	padding: 10px 0;
}
.degustacion p {
	text-align: left !important;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	width: 100% !important;
}
.vino-info .vermas {
	margin-left: 0 !important;
}
.vermas {
	display: table;
	margin: 60px auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: solid 2px #fff;
	padding: 15px 40px;
	width: auto;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vermas:hover {
	background-color: rgba(0,0,0,0.5);
	transform: scaleY(1.5);
	-webkit-transform: scale(1.1);
}
.info {
    width: 100%;
    margin: 40px 0;
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    display: inline-block;
}
.info .foto {
	    float: left;
    margin: 40px 0 0 0;
    width: 44%;
    position: absolute;
}
.info .foto img {
	display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.info .texto {
	float: right;
	width: 70%;
	background: #fff;
	margin: 80px 0 0 0;
}
.info .texto .txt-content {
	width: 66%;
	float: right;
	margin: 75px;
}
.info .texto .txt-content h2, .info .texto .txt-content p {
	color: #333;
}
#vinedo-grey h2 {
	text-align: center;
	color: #fff;
}
#vinedo-grey .info {
	width: 100%;
	margin: 40px 0;
	position: relative;
}
#vinedo-grey .info {
	float: right;
	width: 100%;
	background: #fff;
	margin: 80px 0 0 0;
}
#vinedo-grey .info .texto {
	float: none;
	width: 80%;
	/* background: red; */
	margin: 80px auto;
}
#vinedo-grey .info .texto .txt-content {
	width: 100%;
	float: none;
	/* margin: 75px; */
	margin: 0 auto;
}
#vinedo-grey .info .texto .txt-content p img {
    width: 100%;
    margin: 20px auto 40px;
    display: block;
}
.txt-vinedo {
background-color: transparent !important;
}
.txt-vinedo h2, .txt-vinedo p {
	color: #fff !important;
	text-align: left !important;
}
.txt-vinedo p {
	width: 100% !important;
}
.vinedo-int{
	height:100% !important;}
.page-head {
	width: 100%;
	margin: -200px 0 0 0;
	height: 440px;/* position: absolute; */
    /* display: block; */}
.vinos {
	background-attachment: scroll;
	background-image: url(../images/head-vinos.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}
.novedades {
	background-attachment: scroll;
	background-image: url(../images/head-novedades.jpg);
	background-repeat: no-repeat;
	background-position: center -240px;
	background-size: cover;
}
.contacto {
	background-attachment: scroll;
	background-image: url(../images/head-contacto.jpg);
	background-repeat: no-repeat;
	background-position: center -240px;
	background-size: cover;
}

.novedades-full{
	margin:40px 0 0 0;}
.page-head h1 {
	margin: 130px 0 0 0;
	position: relative;
	padding: 220px 0 0 0;
}
#copy {
	background-color: #000;
	padding-bottom:80px;
}
.menu-vinos {
	float: left;
	width: 22%;
	min-height: 100px;
	margin: 20px 0 0 0;
}
.menu-vinos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-vinos ul li {
	clear: both;
	float: left;
}
.menu-vinos ul li a {
	    font-size: 14px;
    color: #888;
    padding: 10px 0;
    display: block;
}
.menu-vinos ul li a:hover {
	font-weight: 600;
	color:#fff;
}
.menu-vino-titulo{
	font-size:18px;
	color:#ccc;
	margin-top:20px;}
.producto {
	float: right;
	width: 76%;
}
.producto .botella {
	width: 40%;
}
.producto .botella img {
	margin: 0;
	width: 80%;
}
.producto .vino-info {
	margin: 30px 0 0;
	width: 60% !important;
	padding-bottom: 13%;
}
.producto .vino-titulo {
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0;
	display: block;
	color: #fff;
}
.producto .vino-puntaje {
	color: #fff;
}
.producto .vino-uvas {
	padding: 10px 0 20px;
}
.producto .divisor {
	clear: both;
	width: 10%;
	height: 2px;
	background-color: #FFF;
	margin: 40px 0;
}
table {
	width: 100%;
}
table tr {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
table tr td {
	padding: 10px 0;
	vertical-align: top;
	    font-weight: 100;
    letter-spacing: 0.3px;
}
table tr td:first-child {
	font-weight: 600;
	width: 45%;
}
.producto-box {
	width: 20%;
	float: left;
	margin: 0;
}
.producto-box img {
	display: block;
	margin: 0 auto;
	width: 70%;
	height: auto;
}
.producto-box .vino-titulo {
	font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    height: 50px;
}
.producto-box .vermas {
	margin: 30px auto;
}
.producto-box .vino-uvas {
    font-size: 16px;
    font-weight: 600;
    color: red;
    display: block;
    padding: 10px 0;
    height: 60px !important;
    text-align: center !important;
}
/* los primeros
.novedad{
	    width: 100%;
    padding: 60px 100px;
    background-color: #fff;
	margin: 0 0 40px 0;
	}
.novedad h3, .novedad p {
	    color: #333 !important;
    text-align: left !important;
    width: 100% !important;}
.novedad .fecha{
	clear: both;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    padding: 0 0 20px;
    /* display: block; 
    border-bottom: solid 2px #333;}	
.novedad p {
	font-size:16px;
clear: both !important;
    margin: 40px 0 0 0 !important;
	line-height:24px;
}
.novedad p img{
	    float: left;
      clear: both;
	  padding:  40px 80px 40px 0;}
.novedad .ver-nota{
	    clear: both;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: red;}	 
.novedad .ver-nota:hover, #link:hover{
	text-decoration:underline;}
#link{
	 font-size: 14px;
	  font-weight: 600;
	    color: red;
    padding: 20px 0;
    cursor: pointer;
    margin-top: 0px;
    display: block;
	text-transform:uppercase;}
#desarrollo{
	display:none;}	*/
/* novedad nuev */
.novedad{
	width: 30%;
    padding: 0;
    background-color: #efefef;
    margin: 0 2% 0 0;
    display: block;
    float: left;
	height: 510px !important;
	}
.novedad:hover{
	background-color:#fff;
	}
.novedad-cont-res{
	width:100%;
	padding:20px;}
.novedad img{
	    width: 100%;
    margin: 0 auto 20px;}	
.novedad h3{
	    color: #333 !important;
    text-align: left !important;
    width: 100% !important;
    font-size: 18px;
    text-transform: uppercase;}
.novedad-full {
	margin:0;
	padding:80px;
	background-color:#fff;}
.novedad-full h3{
	color:#333;}	
.novedad .fecha, .novedad-full .fecha{
	clear: both;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    padding: 0 0 20px;
    /* display: block; */
    border-bottom: solid 2px #333;}	
.novedad p, .novedad-full p {
	    font-size: 14px;
    clear: both !important;
    margin: 40px 0 0 0 !important;
    line-height: 18px;
		    color: #333 !important;
    text-align: left !important;
    width: 100% !important;
}
.novedad-full p {
	font-size:16px;
	 line-height: 28px;}
.novedad-full p img{
	    float: left;
      clear: both;
	  padding:  40px 80px 100px 0;
	  max-width: 100%;}
.novedad .ver-nota, .novedad .vermas{
          clear: both;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: red;
    margin: 20px 0;
    text-align: left;
    background: transparent;
    padding: 0;
    border: none;}	 
.novedad .ver-nota:hover, .novedad .vermas:hover, #link:hover{
	text-decoration:underline;
    transform: scaleY(1);
    -webkit-transform: scale(1);}
#link{
	 font-size: 14px;
	  font-weight: 600;
	    color: red;
    padding: 20px 0;
    cursor: pointer;
    margin-top: 0px;
    display: block;
	text-transform:uppercase;}
#desarrollo{
	display:none;}	

/* fin novedad nuevo */
.ico-download{
	    display: block;
    clear: both;
    width: 50px;
    height: auto;
    margin: 20px 0 0 0;}
.volver{
	display: inline-block;
    width: 100%;
	margin-top:40px;}
.volver a{
	    font-size: 14px;
    font-weight: 400;
    color: #fff;}
.volver a:hover{
	text-decoration:underline;}
.resta-top{
	margin-top:-200px;}
.col-med{
	width:50%;
	float:left;}
.destacado{
    font-size: 18px;
    margin: 0 !important;
    line-height: 24px;}
#contacto p{
	text-align:left !important;}
#contacto a {
	color:#fff;
	text-decoration:none;}	
#contacto a:hover {
	text-decoration: underline;}	
.contacto-sub-title{
	font-size:24px;
	font-weight:600;}



/*********** formulario **********/
.formulario{
	width: 90%;
    padding: 30px 0 0;
    /* background-color: #e96920; */
    /* height: 560px; */
    box-sizing: border-box;}
input, textarea{
	     width: 100%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    /* border-radius: 5px; */
    /* border: solid 2px #fff; */
    margin: 0 0 30px 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 1px #aaa;
    border-left: none;
    border-right: none;
    border-top: none;}
input:placeholder{ color:red;}
textarea{
	padding: 20px 10PX 20PX 0;
    line-height: 22px;}
	
#botonenviar{
	    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border: solid 2px #fff;
	margin-top:20px;}
#botonenviar:hover{
	background-color: #2d3138;}	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.departamento{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0 0 0;}
.departamento input{

    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;}	
/************* fin formulario *************/


.contacto-cierre{
    width: 100%;
    padding: 80px 40px;
    background-attachment: scroll;
    background-image: url(../images/contacto-cierre.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: inherit;
    clear: both;
    margin: 100px 0 0;
    display: inline-block;
	}
.contacto-cierre span{
	    padding: 40px;
    color: #fff;
    text-align: center !important;
    margin: 0 auto;
    display: block;
    background-color: rgba(0,0,0,0.6);
    width: 80%;
    font-size: 23px;
    font-style: italic;
}
footer{
	    width: 100%;
    padding: 80px 0;
    background: #000;
    height: auto;
    position: absolute;
	margin: 100px 0 0 0;}
footer .logo-footer	{
	    float: left;
    width: 120px;
    clear: both;
    margin: 0 120px 0 0;}
footer .logo-footer	img{
	display:block;
	width:100%;
	margin:0;}

address{
	    font-size: 13px;
    text-align: left;
    color: #ccc;
    float: none;
    /* clear: both; */
    margin: 10px auto 0;
    line-height: 18px;
    font-style: normal;
    width: 52%;
    float: left;}
address .col-med{
	width: 50%;
    float: left;
    border-left: solid 1px #fff;
    padding-left: 20px;}	
address a{
	color:#fff;
	text-decoration:none;}
.epigrafe{
	    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto 60px;
    width: 88%;
    clear: both;
    display: block;
    line-height: 20px;}
.pad-bottom-100{
	padding-bottom:100px;}
.novedades-resta{
	margin-top:0;}	
.vinos-resp{
	display:none !important;
	opacity: 0 !important ;}
.news{
	    float: right;
    width: 240px;
    background: transparent;}
#doppler_subscription{
	    width: 100%;
    height: 310px;
    margin: 0 !important;
    padding: 0 !important;}
#doppler_subscription  body, iframe body, iframe html {
	background-color:#ccc;}
.agotado{
	    position: absolute;
    margin: 110px 0 0 20px;
    width: 100px;}
.agotado img{
	display:block;
	width:100%;
	height:auto;
	margin:0;}