/*
Theme Name: Santa Ines
Author: CVP
Author URI: http://www.originalcvp.cl
Description: 2016 - Santa Ines
Version: 1.0
*/
.trajan{
	font-family:'Trajan W01 Bd';
}
.merlo{
	font-family:'Merlo W00 Regular';
}
strong.merlo{
	font-family:'Merlo W00 Medium';
	font-weight:normal;
}
.merlo_round{
	font-family:'Merlo W00 Round Bold';
	font-weight:bold;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{
	margin: 0;
	padding:0px;
	font-weight:normal;
	box-sizing:border-box;
}
body{
	visibility:visible!important;
	-webkit-text-size-adjust: none;
	max-width:100%;
	min-height:100%;
	font-size:14px;
	line-height:19px;
	background-color:#fff;
	color:#8e8a7f;
	font-family:Helvetica, Arial, sans-serif;
}
a, input[type="button"]{
    text-decoration: none;
	outline:0;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	box-shadow: color 0.3s, background-color 0.3s;
}
img a, a img{
	border:none;
	outline:0;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: all 0.3s;
}
a:hover img{
	opacity:0.8;	
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
figure{
	display:inline;
	vertical-align:sub;
}
img{
	max-width:100%;	
}
/*GENERALES*/
.margen, .margen_narrow{
	width:90%;
	max-width:1190px;
	position:relative;
	margin:0 auto;
}
.margen_narrow{
	max-width:800px;	
}

/*HEADER*/
#main_header{
	position:fixed;
	font-size:11px;
	text-transform:uppercase;
	width:100%;
	top:0;
	left:0;
	z-index:100;
	padding-top:40px;
	padding-left:50px;
}
#logo_top{
	display:block;
	width:147px;
	height:27px;
	background:url(img/logo_blanco.png) top left no-repeat;
}
#logo_top.oscuro{
	background:url(img/logo_negro.png) top left no-repeat;
}
#main_header #menu{
	position:fixed;
	top:0;
	right:-350px;
	width:350px;
	max-width:90%;
	z-index:1000;
	background-color:#fff;
	padding:35px;
	text-transform:uppercase;
	color:#58585a;
	height:100%;
	box-shadow:0px 0px 6px rgba(0,0,0,0.36);
	font-size:13px;
	line-height:17px;
	
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}
#main_header #menu.opened{
	right:0;
}
#main_header #menu li{
	list-style:none;
	margin-bottom:28px;	
}
#main_header #menu li a{
	color:#58585a;
}
#main_header #menu li a:hover{
	color:#999;
}
#main_header #menu li.selected a{
	color:#c89e63;
}

/*MENU*/
#menu_opener{
	width:30px;
	padding:7px;
	padding-bottom:4px;
	background-color:#fff;
	color:#1A171B;
	text-align:center;
	position:absolute;
	top:30px;
	right:30px;
	z-index:5000;
}
#menu_opener a{
	color:#1A171B;
}
#menu_opener a:hover{
	color:#999;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom:17px;
  width: 17px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
  	position: absolute;
	top: 6px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	content: "";
}

.c-hamburger span::before {
	top: -6px;
}

.c-hamburger span::after {
	bottom: -6px;
}
.c-hamburger--htx {
	background-color: #fff;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #fff;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0px;
  background-color:#c89e63;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0px;
  background-color:#c89e63;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.merlo_round a{
	font-weight: bold!important;
}

/*AREA CENTRAL HOME*/
#central{
	-webkit-transition: margin-left 0.3s, margin-right 0.3s;
	transition: margin-left 0.3s, margin-right 0.3s;
}
.margenes{
	padding-top:110px;
	padding-bottom:110px;	
}
.margenes_big{
	padding-top:160px;
	padding-bottom:160px;	
}
.margenes_bottom{
	padding-bottom:110px;
}
.oscuro{
	background-color:#111111;
}
.divsquare{
	color:#757164;
	font-size:10px;
	height:340px;
	width:355px;
	padding:50px;
	background:#eeece2;
	box-shadow:0px 0px 10px rgba(0, 0,0,0.5);
	text-align:center;
	overflow:hidden;
	position:relative;
}
.scroll_wrap{
	height:100%;
	overflow:hidden;
}
.scroller{
	position:relative;
	top: 0px;
	overflow:hidden;
}
.divsquare h2.titulo_big{
	margin-bottom:30px;	
}
.divsquare p{
	text-align:justify;
	line-height:14px;
	margin-bottom:10px;	
}
.link-linea-abajo{
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
	left:50%;
	margin-left:-13px;
    z-index: 4;
    cursor: pointer;
	bottom: 20px;
	background:url(img/fl_abajo.png) center center no-repeat;
	transition: opacity 0.2s;
	opacity:1;
}
.link-linea-abajo:hover{
	opacity:0.7;
}
h1.titulo_big, h2.titulo_big{
	color:#58585a;
	font-size:24px;
	line-height: 26px;
	font-weight:normal;
	position:relative;
	text-align:center;
	letter-spacing:0px;
	background:url(img/bg_tits.gif) center bottom no-repeat;
	padding-bottom:12px;
	margin-bottom:40px;
	text-transform:uppercase;
}
.textos h2.titulo_big{
	margin-bottom:25px;
	text-transform: uppercase!important;
	
}
.textos h2 small{
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	font-weight:normal;
}
#noticia h1.titulo_big{
	font-size:16px;
}
h1 small{
	display:block;
	font-size:11px;
	padding-top:15px;
	text-transform:none;
}
.textos h1.titulo_big, .textos h2.titulo_big{
	text-align:left;	
	background:url(img/bg_tits.gif) left bottom no-repeat;
	text-transform:none;
}
.ajustar_alto{
	height: 100vh;
}
.overs{
	position:relative;
	display:block;
	font-size:0px;
	line-height:0px;	
}
.overs img{
	position:relative;
	top:0;
	left:0;
	width:100%;
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.overs:hover img{
	opacity:1!important;	
	filter: none;
	-webkit-filter: grayscale(0);
}
.overs .over{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	opacity:1;
	z-index:2;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	padding-top:125px;
}
.overs .over hr{
	height:0px;
	border:none;
	border-bottom:1px solid #797A7C;
	width:30%;
	position:relative;
	margin:0 auto;
	padding-bottom:10px;
	margin-bottom:12px;
}
.overs:hover .over{
	opacity:0;	
}
.overs .over small{
	display:block;
	font-size:11px;
	line-height:15px;
}

#home_3{
	background:#111 url(img/home_2.jpg) center no-repeat;
	background-size:cover;
}
.vinos_overs{
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
}
.vinos_overs img{
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	margin-bottom:-30px;
}
.vinos_overs:hover{
	color:#c89e63;
}
.vinos_overs:hover img{
	filter: none;
	-webkit-filter: grayscale(0);
	opacity:1;
}

/*PRENSA HOME*/
.una_noticia{
	text-align:center;	
}
.una_noticia .imagen_noticia{
	width:100%;
	overflow:hidden;
	position:relative;
	display: block;
}
.una_noticia .imagen_noticia:after{
	position:absolute;
	width:17px;
	height:14px;
	display:block;
	left:50%;
	margin-left:-8px;
	bottom: 3px;
	content:'';
	background:url(img/fl_noticia_arriba.png) center top no-repeat;
}
.una_noticia.reves .imagen_noticia:after{
	bottom:inherit;
	top:0px;
	background:url(img/fl_noticia_abajo.png) center top no-repeat;
}
.texto_noticia{
	padding:20px 30px;
}
.una_noticia small{
	font-size:10px;
	color:#707173;	
}
.una_noticia h3{
	color:#58585a;
	font-size:14px;
}
.una_noticia hr{
	height:0px;
	border:none;
	border-bottom:1px solid #C69F59;
	width:20%;
	position:relative;
	margin:0 auto;
	padding-bottom:8px;
	margin-bottom:10px;
}
.una_noticia p{
	font-size:11px;
	line-height:13px;
	color:#707173;
	margin-bottom:14px;	
}
.una_noticia .ver_mas{
	text-transform:uppercase;
	color:#c89e63;
	font-size:11px;	
}
.una_noticia .ver_mas:hover{
	color:#999;	
}
.borde_cafe, .borde_cafe2{
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	padding:6px 10px 4px 10px;
	display:block;
	width:70px;
	text-align:center;
	position:relative;
	margin:0 auto;
	
	color:#c89e63;
	border:1px solid #c89e63;
	background-color:#fff;	
}
.borde_cafe:hover, .borde_cafe2:hover{
	background-color:#c89e63;
	color:#fff;
}
.borde_cafe2{
	width:auto;
	display:inline-block;
}


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.8; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.8; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.8; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.8; }
  100% { opacity:1; }
}
figure.itata-angle-down{
	position:fixed;
	bottom:12px;
	color:#fff;
	width:50px;
	left:50%;
	margin-left:-20px;
	-webkit-animation: flickerAnimation 0.6s infinite;
	-moz-animation: flickerAnimation 0.6s infinite;
	-o-animation: flickerAnimation 0.6s infinite;
	animation: flickerAnimation 0.6s infinite;
	font-size:36px;	
	cursor: pointer;
}
figure.itata-angle-down.right{
	left:inherit;
	margin-left:0;
	right:125px;
}
figure.itata-angle-down.oscuro{
	background:none!important;	
	color:#000;
	
}
figure.itata-angle-down.cafe{
	color:#c9a675;
}

.col_2-3{
	width:66%;
	float:left;	
}
.col_1-3{
	width:33%;
	float:left;	
}
.col_1-4{
	width:25%;
	float:left;	
}
.col_1-2{
	width:50%;
	float:left;	
}

.col_3-5{
	width:60%;
	float:left;	
}
.col_2-5{
	width:40%;
	float:left;	
}
.align_center{
	text-align:center;	
}
.col_content{
	padding:13px;	
}

.parallax-window {
    background: transparent;
	width:100%;
	background-size:100% auto;
	text-align:center;
}

.make_visible{
	opacity:0;
	padding-top:60px;
	-webkit-transition: opacity 1.7s, padding-top 1.7s;
	transition: opacity 1.7s, padding-top 1.7s;
	box-shadow: opacity 1.7s, padding-top 1.7s;
}
.make_visible.visible{
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
	opacity:1!important;
	padding-top:0px!important;
}

/*INTERIORES*/
.interior section{
	position:relative;	
}
.textos{
	position:absolute;
	right:0;
	top:0;
	width:350px;
	background-color:#fff;
	padding-left:50px;
	padding-right:50px;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:18px;
	color:#707173;
}
.textos_texto{
	position: absolute;
	/*bottom: 70px;*/
	top:50%;
	width: 72%;
}
.textos_texto p strong{
	font-weight: bold;
    color: #666;
}
.botella{
	width:250px;
	text-align:center;
	position:absolute;
	left:50%;
	top:13%;
	bottom:0;
	z-index:10;
	max-height:90%;
	margin:auto 0px auto -300px;
}
.botella img{
	max-height: 680px;
	height:100%;
	width:auto;
	vertical-align: middle;
}
.textos ul{
	margin-top:15px;
	margin-bottom:25px;	
}
.textos ul li{
	list-style:none;
	margin-bottom:3px;	
}
.textos ul li a{
	color:#9c9e9f;	
}
.textos ul li a:hover,
.textos ul li.selected a{
	color:#c89e63;	
}

/*NOTICIAS*/
.img_ppal{
	margin-bottom:25px;
}
.texto_largo_noticia{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	text-align:justify;	
	font-size:13px;
	line-height:18px;
	color:#333;
	margin-bottom:30px;
}
.texto_largo_noticia p{
	font-size:13px;
	line-height:18px;
	color:#333;
	margin-bottom:15px;
	
}


/*CONTACTO*/
.box-contacto{
	padding-top:20px;
}
.box-contacto input[type="text"],
.box-contacto input[type="email"],
.box-contacto input[type="tel"],
.box-contacto textarea{
	border:1px solid #c7c8c9;
	background:#fff;
	width:100%;
	padding:6px;
	font-family:'Merlo W00 Medium',Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	line-height:13px;
	margin-bottom:10px;
	border-radius: 0;
	-webkit-appearance: none;
}
.box-contacto textarea{
	height:60px;
	resize: none; 	
}

.box-contacto .col_1-2:first-child{
	padding-right:4%;
}
.box-contacto input[type="button"], .box-contacto input[type="submit"]{
	width:70px;
	-webkit-appearance: none;
	border-radius: 0;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#999;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#999;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#999;
}
:-moz-placeholder { /* Firefox 18- */
	color:#999;
}



/*FOOTER*/
footer{
	font-family:'Merlo W00 Medium';
	background-color:#2C292D;
	padding-top:12px;
	
	font-size:11px;
	line-height:19px;
	color:#707173;
	position:relative;
	font-weight:700;
}
footer .link_top{
	position:absolute;
	right:10px;
	top:-25px;	
}
footer a{
	color:#707173;
}

footer li{
	list-style:none;
	display:inline-block;
	margin-right:20px;	
}
footer #footer_bttm{
	background-color:#1A171B;
	color:#9c9e9f;
	margin-top:7px;
	padding-bottom:7px;
	padding-top:7px;
}
footer #footer_bttm a{
	color:#9c9e9f;	
}
footer a:hover,
footer #footer_bttm a:hover{
	color:#fff;
}
.link_cvp{
	float:right;	
}
#nav_lateral{
	display:none!important;		
}
.solo_movil{
	display: none;
}

@media (min-width: 1400px){ /*solo desktop muy grande */
	.textos{
		
	}
}

@media (min-width: 1200px){ /*solo desktop grande */
	
	.solo_big{
		display:block;
	}
	.no_big{
		display:none!important;	
	}
	
	
	
	/*nav lateral*/
	#nav_lateral{
		display:none!important;
		position:fixed;
		top:50vh;
		right:25px;	
		z-index:100;
		word-break:30px;
	}
	#nav_lateral li{
		list-style:none;
		display:block;
	}
	#nav_lateral li a{
		display:block;
		width:10px;
		height:10px;
		border-radius:5px;
		border:1px solid #fff;
		margin-bottom:10px;
		background-color:transparent;
		box-shadow:0px 0px 8px rgba(84,77,67,0.5);
	}
	#nav_lateral li a:hover{
		background-color:rgba(255,255,255,0.3);
	}
	#nav_lateral li a.selected{
		background-color:rgba(255,255,255,0.7);	
	}
	#nav_left figure,
	#nav_right figure{
		display:none;	
	}

}

@media (max-width: 1110px){ /*tablet*/
	.solo_desktop{
		display:none;	
	}
}

@media (max-height: 560px) and (min-width: 700px){ /*desktop bajo*/
	.textos {
		
	}
}
@media (max-width: 700px){ /*fono*/
	.solo_desktop{
		display:none;	
	}
	.solo_movil{
		display:inherit;	
	}
	.no_movil{
		display:none;
	}
	
	.col_1-2, .col_1-3, .col_1-4{
		width:100%;	
	}
	.col_1-4 .col_content{
		padding-bottom: 0px;
	}
	
	#logo_top.oscuro, #logo_top{
		background:url(img/logo_negro.png) top left no-repeat;
		width: 120px;
		background-size: 100%;
		margin-top: 5px;
		height: 22px;
	}
	#main_header {
		padding-top: 13px;
		padding-left: 15px;
		background-color:#fff;
		padding-bottom:11px;
		
	}
	#menu_opener {
		top: 15px;
		right: 15px;
	}
	#menu_opener a{
		display:none;	
	}
	#menu_opener.opened a{
		display:block;	
	}
	.c-hamburger {
		margin-bottom: 0px;
	}
	.c-hamburger.is-active {
		margin-bottom: 17px;
	}
	#main_header #menu {
		width: 200px;
	}
	
	#footer_bttm{
		text-align:center;	
	}
	footer #footer_bttm a {
		color: #fff;
	}
	
	.textos{
		position:relative;
		right:0;
		top:0;
		width:100%;
		padding-left:20px;
		padding-top:20px;
		padding-bottom:40px;
		padding-right:20px;
		height:auto;
	}
	.margenes {
		padding-top: 00px;
		padding-bottom: 00px;
	}
	.ajustar_alto {
		height: auto;
	}
	.ajustar_alto_mobile{
		height: 100vh;
	}
	.textos h1.titulo_big, .textos h2.titulo_big {
		text-align: center;
		background: url(img/bg_tits.gif) center bottom no-repeat;
		padding-bottom: 10px;
		padding-left: 40px;
    	padding-right: 40px;
	}
	h1.titulo_big, h2.titulo_big {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	h2.titulo_big.terroir {
		margin-top: 40px;
	}
	.imagen_noticia_phone{
		margin-bottom: 20px;
	}
	.textos p{
		text-align: justify;
	}
	.textos ul li{
		text-align: center;
	}
	.textos_texto{
		position: relative;
		top: 0px;
		margin-top: 0px;
		width: 100%;
	}
	.texto_largo_noticia {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
		text-align: justify;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.borde_cafe, .borde_cafe2 {
		margin-bottom: 40px;
		width: 150px;
		position: relative;
		margin: 0 auto;
		display: block;
	}
	#prensa_home .una_noticia{
		margin-bottom: 20px;
	}
	.textos h2 small{
		padding-top: 6px;
	}
	.overs .over {
		padding-top: 30px;
	}
	.overs .over hr{
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	figure.itata-angle-down.right {
		left: 50%;
		margin-left: -20px;
		right:inherit;
	}
	.col_vinos{
		width: 50%;
	}
	.vinos_overs {
		padding: 10px;
		padding-bottom: 0px;
	}
	.vinos_overs img {
		max-width: 70%;
		margin-bottom: -25px;
	}
	.botella {
    	width: 100%;
    	position: relative;
    	left: 0;
    	top: 0px;
    	bottom: 0;
		z-index: 10;
		max-height: inherit;
		margin: 0;
		margin-bottom: 20px;
		background-size: cover!important;
	}
	.botella img {
		height: 300px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	#home_2, #home_4, #home_3{
		padding-top: 45px!important;
	}
	#home_2{
		    margin-bottom: 40px!important;
	}
}

/* Portrait */
@media only screen 
  and (max-device-width: 700px)
  and (orientation: portrait) {
	.home_mobile{
		background:#000 url(img/home_1_mobile.jpg) top left no-repeat;
		background-size:cover;
	}
}
/* Landscape */
@media only screen 
  and (max-device-width: 700px)
  and (orientation: landscape) {
	.col_vinos{
		width: 25%;
	}
	.botella img {
		height: 200px;
	}
	  .textos_texto{
		  
		  margin-top: 0px!important;
	  }
}