@font-face {
    font-family: 'HN Bold';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HN Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HN Medium';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot');
    src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HN Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Regular.eot');
    src: url('../fonts/Antonio-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Antonio-Regular.woff2') format('woff2'),
        url('../fonts/Antonio-Regular.woff') format('woff'),
        url('../fonts/Antonio-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rough Simple';
    src: url('../fonts/RoughSimple.eot');
    src: url('../fonts/RoughSimple.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RoughSimple.woff2') format('woff2'),
        url('../fonts/RoughSimple.woff') format('woff'),
        url('../fonts/RoughSimple.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*GLOBALS*/


html, body{
background:#050400;
color:#fff; 
font-family: 'HN Roman';
}
body{
	overflow-y: scroll;
}
a, button{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a, a:focus, a:hover{
text-decoration: none;
}

.fantasy{
font-family: 'Rough Simple';
}

.font1{
font-family: 'HN Roman';
}

.font1-bold{
font-family: 'HN Bold';
}

.font1-medium{
font-family: 'HN Medium';
}

.font1-light{
font-family: 'HN Lt';
}

.font2{
font-family: 'Antonio';
}

.show{
	display:inherit;
}
textarea:active,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{   
  border: 1pt solid #000 !important;
  box-shadow: none !important;
  outline: 0 none;
}

.fullheight{
	min-height: calc(100vh - 136px) ;
	height:calc(100vh - 136px) ;
	margin-top: -50px;
}

.fullheight2{
	min-height: 100vh;
	height:100vh;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #231F20; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9c182f; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9c182f; 
}
.alert a{
	color:#000;
}
.alert-custom-success{
	font-size:17px;
	color:#000;
    border: 0;
    padding: 0;	
}

.alert-custom-danger{
	font-size:17px;
    border: 0;
    padding: 0;	
	color:#9c182f;
}
.invalid-feedback{
	font-family: 'Antonio';
	font-size:14px;
    border: 0;
    padding: 0;	
	color:#9c182f;	
}
/* FIN GLOBALS*/


.logo1{
	width:450px;
}
.misc1{
	width: 54px;
}
.rotate1{
	transform: scaleX(-1);
}

.txt1{
	font-size:24px;
	letter-spacing: 4pt;
	margin-top:50px;
}

.line1{
	width: 500px;
	border-top: 2pt dashed #98804a;
	display:inline-block;
	height: 5px;
	margin-top: 90px;
	margin-bottom:70px;
}

.txt2{
	font-size:32px;
	letter-spacing: 0;
	text-transform:uppercase;
}

.btn-list{
	padding:0;
	margin:0;
	display:inline-block;
}

.btn-list li{
	float:left;
	list-style-type:none;
}

.btn-list.pre li a{
	width: 50px;
	height:50px;
	border: 1pt solid #98804a;
	display:inline-block;
	border-radius: 50px;
	color: #fff;
	line-height: 50px;
	text-transform:uppercase;
	font-size:32px;
}

.btn-list.pre li:first-child{
	margin-right: 15px;
}

.btn-list.pre li a:hover, .btn-list.pre li a:focus, .btn-list.pre li a:active{
	background-color: #98804a;
}


.bg-body{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	position:relative;
}


.navigation{
width:100%;
z-index: 3;
margin:0;
padding:40px 100px 15px 100px;
position:relative;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(152,128,74,0.25) 86%, rgba(0,0,0,0.25) 100%);
/*opacity: 0;*/
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.img-logo{
	height:100px;
	width: auto;
}

.nav-list{
	padding: 0;
	margin: 0;
	display:inline-block;
}
.nav-list li{
	float:left;
	list-style-type: none;
	margin-left:10px;
	border-right: 1.5pt solid #231F20;
	padding-right:10px;	
}
.nav-list li:last-child{
	border-right: 0;
	padding-right:0;	
}

.nav-list li a{
	font-family: 'Antonio';
	font-size: 17px;
	text-transform: uppercase;
	color: #231F20;

}
.nav-list li a:hover, .nav-list li a:focus, .nav-list li a:active{
	color: #9c182f;
}

.nav-center{
	text-align:center;
}

/*MENU MOBILE*/
#navigation-expand{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100vh;
	background: #000;
	z-index:999;
	display:none;
	padding-top: 60px;
}

.btn-close-menu{
	height:30px;
	width: auto;
	cursor:pointer;
	position:absolute;
	float:right;
	top: 15px;
	right: 15px;
}
.navigation-menu{
	margin: 0 auto;
	padding: 0;
	display:inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navigation-menu li{
	list-style-type:none;
}
.navigation-menu li>a{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}

.img-logo-nav{
	max-width: 200px;
}
.img-menu{
	height:40px;
	width: auto;
}

.nav-mobile{
	display:none;
}

.btn-menu{
	position:absolute;
	top:0;
	right:0;

}
.img-menu{
	border-bottom-left-radius: 15px;	
}
/*END MENU MOBILE*/


/*FOOTER*/
footer{
	background: #98804a;
	z-index:3;
	position:relative;
padding: 5px 100px 0 100px !important;
margin-top: 60px;
}

footer p{
	margin-bottom:0;
}

.txt3{
	font-size: 12px;
	display:inline-block;
	margin-top: 10px;
}

.link-legal{
	border-bottom: 2pt solid #fff;
	padding-bottom: 3px;
	color:#fff;
	margin-left: 20px;
}
.link-legal:active,.link-legal:focus,.link-legal:hover{
	color: #050400;
	border-bottom: 2pt solid #050400;
}
.txt4{
	font-size: 15px;
	display:inline-block;
	margin-right: 30px;
	line-height: 30px;
}

.foot-social{
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
	margin-top: -10px;
}

.foot-social .fa-whatsapp{
	margin-right:15px;
}
.foot-social:hover, .foot-social:focus, .foot-social:active{
	color:#050400;
}
/*END FOOTER*/



.filter1{
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.45) 100%);
display:block;
width: 100%;
height: 100%;
position:fixed;
	
}

.section1{
z-index:2;
position:relative;
}

.section2{
padding-top: 40px;
}

.br0{
	border-right: 0 !important;
}

.misc2{
	width: 90px;
	float:left;
	margin-left: 30px;
	margin-top: 20px;
}

.misc3{
	width: 100px;
	float:right;
	margin-right: 30px;
	margin-top: 20px;
}

.misc4{
	height: 90vh;

}

.min200{
	min-height:600vh;
}

.misc5{
	width: 187px;
}
.txt5{
	font-size:75px;
	color:#9c182f;
	margin-top: 25px;	
	line-height: 70px;
	margin-bottom:0;
}

.section3{
	margin-top:100px;
}
.txt6{
	font-size:22px;
	color:#231f20;	

}

.txt7{
	font-size:18px;
	color:#231f20;
	margin-top: 50px;
	line-height:20px;
}

.btn1{
	display:inline-block;
}

.btn1 a, .btn1 input{
	font-size: 30px;
	color:#775f30;
	border:0;
	border-top: 2pt dashed #98804a;
	display: block;
	clear: both;
	background: transparent;
	
}

.btn1>.line{
	display:inline-block;
	width: 60px;
	background: #9c182f;
	height: 2px;
	display: block;
    clear: both;
    float: none;
    margin: 0 auto;
	
}
.btn1:hover a, .btn1:focus a, .btn1:active a, .btn1:hover input, .btn1:focus input, .btn1:active input{
	color:#9c182f;
	border-top: 2pt dashed #9c182f;
}

.btn1:hover>.line, .btn1:focus>.line, .btn1:active>.line{
background: #775f30;
}
.btn2{
	background: #877048;
	font-size: 30px;
	color:#fff;	
	padding:  5px 30px;
	border-radius: 17px;
white-space: nowrap;	
}
.btn2:hover, .btn2:focus, .btn2:active{
	background: #9c182f;
	color: #fff;
}

.box-btns{
	margin-top: 70px;
}

.box-btns .btn2{
	margin-left: 30px;
}

.img-full{
	width: 100%;
}

.img-uco{
	margin-top: -120px;
	z-index: 1;
	position:relative;
}

.p-0{
padding:0;	
}

.txt8{
	font-size:18px;
	color:#231f20;
	margin-top: 110px;
	line-height:20px;
	text-align:left !important;
}
.txt9{
	font-size:14px;
	color:#231f20;
	margin-top: 50px;
	line-height:16px;
	text-align:left !important;
}

.img-mapa{
	padding-left: 20px;
}

.txt10{
	font-size:42px;
	color:#9c182f;
	margin-top: 25px;	
	line-height: 42px;
	margin-bottom:0;
	
}
.box-tres{
	text-align:left !important;
	margin-left: -250px;
}
.box-tres>.box-btns{
	margin-top: 30px;
	
}
.img-tres{
	margin-top: -100px;
	margin-right: -100px;
	width: 100%;
}
.img-bottle{
	margin-left:-200px;
}

#nosotros{
	background-image: url('../images/misc8.svg');
	background-repeat: no-repeat;
	background-size: 160px;
	padding-top: 200px;
	margin-top: -50px;
}

.misc9{
	width: 93px;
}

.misc12{
	width: 100px;
	margin-left: -100px;
}

.txt11{
	margin-left: 25px;
}

#cta .box-btns{
	margin-top: 15px;
}
.box-suscription{
	margin-bottom:100px;
	margin-top:100px;
}
.misc13{
	width:160px;
	margin-bottom: 60px;
}
.misc13-b{
	width:160px;
	margin-top: 30px;
	transform: scaleY(-1);
}
.txt12{
	color: #231f20;
	font-size:18px;
	
}

#sus_email{
  border: 0!important;
}
#form-news input[type=submit] {
    background-image: url('../images/arrow.svg?v=2');
    border: 0;
    display: block;
    height: 38px;
    width: 31px;
	float:right;
	background-repeat: no-repeat;
}

.form-news{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.form-news input{
	height:40px;
	background: transparent;
	border:0;
	color:#fff;
	font-size:19px;
	width:400px;	
	
}
.alert-news{
    font-size: 15px;
    color: #000;
    border: 0;
    padding: 0;
    margin-top: 15px;
}
.arrow{
	height:40px;
    padding: 5px 5px 5px 5px;
    float: right;
}

.btn-form-news{
	display:inline-block;
	background: #775f30;
	padding: 0 10px 0 20px;
	border-radius: 15px;
	float:left;
	clear: both;
	width:100%;
	
	max-width: 500px;
    margin: 0 auto;
    float: none;	
}

.btn-form-news input[type="text"]:focus{
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 none;	
  background: transparent !important;
}
.form-news input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-news input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-news input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.sus-error{
	margin-top:0;
	margin-bottom: 10px;
}
.btn-list.foot li a{
	font-size:17px;
	color: #000;
	text-transform:uppercase;
	padding-right: 10px;
	
}
.btn-list.foot li{
	color: #000;
	padding-left: 10px;
}
.btn-list.foot li:last-child{
	border-right: 0;
	padding-right: 0;	
}

.btn-list.foot li a:hover, .btn-list.foot li a:focus, .btn-list.foot li a:active{
	color: #9c182f;
}

.box-menu{
	margin-top: 100px;
	margin-bottom: 100px;
}

#cta{
	background-image: url('../images/misc10.svg');
	background-repeat: no-repeat;
	background-size: 286px;
	background-position: right 20%;
	margin-top:140px;
}


.bg1{
	background-image: url('../images/misc11.svg');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: left;
	width: 100px;
	height:200px;
	margin-left:-15px;
	margin-top: 20%;
	position:absolute;
}
.bg2{
	background-image: url('../images/misc14.svg');
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: right;
	width: 90px;
	height:200px;
	position:absolute;
	right:0;
	bottom: 50px;
}

.txt13{
	font-size:18px;
	color:#231f20;
	margin-top: 25px;
	line-height:20px;
}

.price{
	font-size: 33px;
	color: #231f20;
	line-height: 40px;
}

.misc15{
	width:136px;
	margin-top:60px;
}


.txt16{
	font-size:50px;
	color:#98804a;
	margin-bottom: 15px;
	line-height:50px;
}
.misc13-c{
	width:160px;
	margin-top: 40px;	
	margin-bottom: 30px;
}
.section5 .box-btns{
	margin-top: 30px;
}

.btn-list.ficha li{
	margin-bottom: 15px;
}

.box-ficha{
	padding: 20px;
}
.box-icon{
	border-bottom: 1pt solid #775f30;
	padding-bottom: 10px;
	width:60%;
}
.icon-ficha{
	height: 53px;
}

.txt17{
	font-size:48px;
	color:#9c182f;
	margin-top: 0;	
	line-height: 42px;
	margin-bottom:0;
}
.misc13-d{
	width:180px;
	margin-bottom: 30px;	
}

.misc13-e{
	width:160px;
	margin-top: 15px;	
	margin-bottom: 15px;	
}

.misc13-f{
	width:180px;
	margin-top: 125px;
	margin-bottom: 125px;	
}

.box-contact{
	background: rgba(152,128,74,0.25);
	padding:0;
}
.txt18{
	font-size:42px;
	color:#9c182f;
	line-height: 42px;
	margin-bottom:0;
	background: rgba(152,128,74,0.25);
	padding:15px 40px;
}

.txt19{
	font-size:17px;
	color:#000;
}
.container-contact{
	padding: 15px 40px 40px 40px;
}

.txt20{
	font-size: 14px;
	color: #000;
	text-align:center;
}
.txt20 a {
	color: #000;
	text-decoration:underline;
}
.section4{
	margin-top: 40px;
}

.section6{
    min-height: calc(100vh - 310px);	
}


.form-contact .input-style{
	border-radius:0;
	color:#231f20;
	height: 45px;
	margin-top:15px;
}


.form-contact .input-style::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20;
  opacity: 1; /* Firefox */
}

.form-contact .input-style:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231f20;
}

.form-contact .input-style::-ms-input-placeholder { /* Microsoft Edge */
  color: #231f20;
}
.textarea-style{
	height:auto !important;
}
.border-contact{
	border: 4pt solid #775f30;
	padding:15px;
}

.space1{
	height:60px;
	width: 100%;
}

.foot-icon{
height:40px;
float:left;
display:inline-block;		
}
.btn-list.contact li{
	float:left;
	margin-right:25px;
}
.btn-list.contact li>a>span, .btn-list.contact li>span{
	float:left;
	display:inline-block;
	font-size:14px;
	color:#000;	
    margin-top: 10px;
	padding-left:15px;
	line-height: 14px;
}
.txt21{
	font-size:17px;
	color:#231f20;
	margin-top: 15px;
	line-height:20px;
}

.txt22{
	font-size:55px;
	color:#9c182f;
	margin-top: 25px;	
	line-height: 50px;
	margin-bottom:0;
}
.txt23{
	font-size:20px;
	color:#231f20;
	line-height:23px;	
}

.section7{
	background: rgba(152,128,74, 0.25);
}

.border-origen{
	border: 2pt solid #775f30;
	padding: 60px 90px;
	margin: 80px 0 120px 0 ;
	position:relative;
}

.space2{
	height:40px;
	width: 100%;
}
.space3{
	height:100px;
	width: 100%;
	display:inline-block;
}
.misc17{
	width:200px;
	position:absolute;
	left: -220px;
	top: 100px;
}
.misc18{
	width:190px;
	position:absolute;
	right: -210px;
	bottom: -100px;
}

.misc5-b{
transform: scaleX(-1);
width: 94px;
margin-right: -94px;	
}
.section8{
	padding-bottom: 60px;
}

.foot-icon-mob{
	height:60px;
	margin-top:30px;
}
.list-contact-mob  a, .list-contact-mob  span{
	font-size: 16px;
    color: #000;
    margin-top: 10px;
    line-height: 16px;
}
.list-contact-mob>a:first-child>img{
	margin-left:-20px;
}
.list-contact-mob .txt19{
	font-size: 40px;
}

.txt24{
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    text-align: justify;
}

.modal-custom .modal-content{
	background: #000;
}

.btn3{
	background: #877048;
	font-size: 16px;
	color:#fff;	
	padding:  5px 15px;
	border-radius: 10px;
	border:0;
	
}
.btn3:hover, .btn3:focus, .btn3:active{
	background: #9c182f;
	color: #fff;
}

.pointer{
	cursor: pointer;
}

.txt25{
	color:#9c182f;
	font-size:2em;
}

.box-point{
	color:#000;
	margin-bottom: 25px;
}
.box-point a{
	color:#000;
	text-decoration:underline;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

.aj1{
margin-top: 160px;	
}
.cart-wines{
	
}
.txt26{
	font-size:3em;
	color:#231F20;	
	margin-bottom:0;
}
.txt27{
	font-size:1.8em;
	color:#9c182f;
	margin-bottom:0;
}
.txt28{
	font-size:1.3em;
	color:#231f20;	

}
.btn4{
	background: #877048;
	font-size: 1.4em;
	color:#fff;	
	padding:  5px 30px;
	border-radius: 17px;
white-space: nowrap;	
}
.btn4:hover, .btn4:focus, .btn4:active{
	background: #9c182f;
	color: #fff;
}
.img-wine-cart{
	width:70%;
}
.img-logo-revolucion{
	max-width:350px;
}
.txt26-b{
	font-size:3em;
	color:#231F20;	
	margin-bottom:0;
line-height:0.6em;	
}
.txt26-c{
font-size:0.6em;	
margin-bottom:10px;
}
.misc13-g{
	width:180px;	
}
.btn5{
	color:#231f20;
	text-transform:uppercase;
}
.btn5 .fa{
	font-size:10px;
}
.btn5:hover, .btn5:focus, .btn5:active{
	color: #98804a;
}

.txt14b{
	color:#231F20 !important;
	line-height: 0.6em !important;	
}
.txt16b{
	color:#9c182f !important;
	font-size:2em 	!important;
}
.txt14c{
	font-size: 0.6em !important;
}
/*RESPONSIVE*/

@media (max-width: 1300px){
	.box-tres{
		margin-left: -200px;
	}
	.img-bottle{
		margin-top:80px;
		margin-left: -200px;
	}	
	.img-tres{
		margin-top: -100px;
		width:120%;
	}
	
}
@media (max-width: 1245px){
	.navigation{
	padding:40px 15px 15px 15px;
	}
	footer{
		padding: 15px !important;
	}	
}



@media (max-width: 1199px){	
	.img-tres{
		margin-right: 0;
		width:90%;
	}	
	.img-bottle {
		margin-top: 80px;
		margin-left: 0;
		width:75%;
	}	
	.misc17, .misc18{
		display:none;
	}
	.img-personalidades{
		width:60%;
	}
}

@media (max-width: 1100px){
	.nav-desktop{
		display:none;
	}
	.nav-mobile{
		display:block;
	}
	.misc2, .misc3{
		display:none;
	}
	.section2{
		padding-top:70px;
	}
	.txt14{
	margin-top:25px;	
	}
	.navigation{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(152,128,74,0.15) 86%, rgba(0,0,0,0.15) 100%);
	}
	.filter1{
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
	}
	.img-uco{
    margin-top: -60px;		
	}
	.txt17{
		font-size: 40px;
		line-height:35px;
	}
	.navigation{
		background: #231f20;
	}
	.navigation{
    padding: 20px 15px 15px 15px;		
	}
	.img-wine-cart{
	width:150px;
	}
	.navigation{
	background:transparent;
	}	
	.misc13-g{
		margin: 40px 0;
	}
	.section2{
	padding-top:0;
	}	
	.aj2{
		width:100%;
	}
}

@media (max-width: 990px){
	.fullheight{
	min-height: calc(100vh - 136px) ;
	height:auto ;
	margin-top: 25px;
	}

	.img-bottle{
		margin-top:0;
		margin-left: 0;
		width:100%;
	}	
	.img-tres{
		margin-top: 0;
		width:100%;
	}
	.box-tres{
		margin-left: -120px;
	}
	#nosotros{
    background-size: 80px;
    padding-top: 100px;
    margin-top: 0		
	}
	.bg2{
		background-size: 60px;
		
		
	}
	.bg1{
		background-size: 80px;
		background: none;
		
	}
	#cta{
		background-size: 200px;
		background: none;
	}

}

@media (max-width: 767px){	
	.foot-left, .foot-right{
		text-align:center !important;
	} 
	.foot-right{
		margin-top: 30px;
	}
	.img-uco{
		margin-top: -60px;
	}	
	.section3{
		margin-top:40px;
	}
	.box-btns{
		margin-top:35px;
	}
	.txt8{
		margin-top:55px;
	}
	.img-mapa{
		width: 60%;
	}
	.img-bottle{
		width: 50%;
	}
	.box-tres{
		margin-left:0;
		text-align: center !important;
	}
	.img-tres{
		width: 60%;
	}
	#cta{
		margin-top:70px;
	}
	.img-thewine{
		max-width:30%;
	}
	.box-icon{
		width: 100%;
	}
	.misc16{
		width: 50%;
		margin-top:30px;
	}
	.img-lujan{
		width: 60%;
	}
	.misc13-f{
    margin-top: 65px;
    margin-bottom: 35px;		
	}
	.img-about-wine{
		width: 50%;
	}
	.misc13-d{
    margin-top: 65px;
    margin-bottom: 35px;	
	}
	.border-origen{
    padding: 30px;
    margin: 30px;
	}
	.img-personalidades{
		width:40%;
		margin-top:40px;
		margin-bottom:30px;
	}	
	.misc13-e{
    margin-top: 0;
    margin-bottom: 0;		
	}
	.space3{
		height:50px;
	}
}


@media(max-width: 690px){	
	.line1{
	width: 80%;
	}	
	.logo1{
	width:60%;
	min-width:320px;
	}	
	.txt2{
		font-size:20px;
	}

	.misc4{
		height: auto;
		width: 100%;
	}
	.img-logo{
		width:100%;
	}	
	.navigation{
		padding-top: 15px;
	}	
	.img-uco{
		margin-top: -15px;
	}
	.txt5{
	font-size:55px;	
	line-height:50px;
	}
	.box-btns .btn1{
		margin-bottom: 30px;
	}	
	.box-btns .btn2{
		margin-left: 15px;
		
	}	
	.form-news input{
	width: auto;	
	}
	.misc9 {
	width: 45px;
	}	
	.misc5-b{
		margin-right:0;
	}
	.btn-list.contact li{
		clear:both;
		margin-right:0;
		margin-top:20px;
	}
}