/*

Theme Name: Kalfu V2
Author: Jelly Team
Author URI: http://www.jelly.cl/
Description: template Kalfu V2.
Version: 2.0

*/
html,body{
	height:100%;
	font-family: 'Lato', sans-serif;
	color:#535250;
	font-size: 1.5vh;
}
body{
	position:relative;
}
a,button{
	color:rgba(0,140,168,1);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.v-align {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
body{
	overflow-x:hidden;
}
.container,.container-fluid{
	position:relative;
}
section.container-fluid{
	min-height: 30%;
    /*overflow: hidden;*/
}
#load{
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;
}
#load .logo{
	width: 100px;
    margin-bottom: 10px;
}
#load .svg path,#load .svg polygon{
	fill:#000;
}
/* modal dialogs */

.modal-dialog .modal-content {
	text-align: center;
	background-color: transparent;
	background-size: 100% auto;
	background-position: center;
	border-radius: 0;
	color: white;
}
.modal-dialog .modal-content form {
	text-align: left;
}
.modal-dialog .modal-content form .form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid white;
	background-color: white;
	background-color: rgba(255,255,255,.7);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.modal-dialog .modal-content form .form-control:hover, .modal-dialog .modal-content form .form-control:focus {
	-webkit-box-shadow: 0 0 20px 0 rgba(202,193,162,.7);
	box-shadow: 0 0 20px 0 rgba(202,193,162,.7);
}
.modal-dialog .modal-content form .btn-block {
	border-color: #665d39;
	background-color: #9c8e58;
	color: white;
}
.modal-dialog .modal-content form .btn-block:hover {
	background-color: white;
	color: #665d39;
}
.modal-dialog .modal-content form label {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	-webkit-text-rendering: optimize-legibility;
}
.modal-dialog .modal-header,  .modal-dialog .modal-footer {
	border: none;
}
.modal-dialog .modal-title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	-webkit-text-rendering: optimize-legibility;
}
.modal-dialog .modal-subtitle {
	font-style: italic;
	font-weight: 900;
}
/*modal legal*/
#legal .Chk{
	width: 58%;
	position:relative;
	margin: 0 auto;
}
#legal label {
	display: inline-block;
	position: relative;
	font-size: 2em;
	padding: 0 0 0 80px;
	vertical-align: top;
	color: rgba(255,255,255,0.8);
	cursor: pointer;
	transition: color 0.3s;
}
#legal input[type="checkbox"],
#legal label::before {
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;
}
#legal input[type="checkbox"] {
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}
#legal input[type="checkbox"]:checked + label {
	color: #fff;
} 

#legal input[type="checkbox"]:checked + label::before {
	opacity: 0.8;
}


#legal label::before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	transition: opacity 0.3s;
	font-size:28px;
	font-size: 20px;
	padding-top: 10px;
}
#legal .logo{
	width: 166px;
	position: absolute;
	left: 15px;
	top: 20px;
}
#legal .modal-content{
	margin-top:25%;
	background-image:url(img/legal.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#legal .modal-body{
	font-family: 'Lato', sans-serif;
	color:rgb(0,140,168);
	min-height:260px;
	/*background-color:rgba(255,255,255,.9);*/
}
#legal .msj{
	color:rgb(0,140,168);
	display:none;
	font-size:20px;
	font-style:italic;
	margin: 125px auto 0 auto;
}
#legal .msj label{
	font-size:14px;
	text-transform:uppercase;
	display:block;
	background-color:rgb(0,140,168);
	font-style:normal;
	margin-top: 15px;
	margin-bottom: 25px;
	padding:10px;
	padding-right: 41px;
}
#legal .btns{
	margin-top:65px;
	font-size: 16px;
	text-transform: uppercase;
	/*text-shadow: 0px 0px 2px rgba(0,0,0,0.4);*/
}
#legal .active{
	display:block;
}
#legal .btns a{
	color:rgb(0,140,168);
	text-decoration:none;
	display:inline-block;
}
#legal .btns a.active,#legal .btns a:hover{
	text-decoration:underline;
}
#legal .logo {
    width: 135px;
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.menu-lang{
	position: absolute;
    right: 0;
    z-index: 20;
    border: none;
    overflow: hidden;
}
.ppqtrans_language_chooser .lang-en{
    margin-right: 7px;
    margin-left: 5px;
}
.ppqtrans_language_chooser {
	list-style: none;
    margin-top: 10px;
    margin-right: 20px;
    padding: 0;
    font-size: 15px;
}
.ppqtrans_language_chooser li:first-child{
	border-right:1px solid #fff;
}
.ppqtrans_language_chooser li a {
	display: block;
    padding: 4px 0px;
    color: #fff;
    margin: 0px 10px;
}
.ppqtrans_language_chooser li a:hover{
	color:rgba(255,255,255,1);
	text-decoration:none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight:bold;
}
.ppqtrans_language_chooser .active a{
	border-bottom: 1px solid #fff;
}
.ppqtrans_language_chooser, .menuTrigger, .ppqtrans_language_chooser li {
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
}
.menu-lang .btn-social{
	color: rgb(0,140,168);
    background-color: rgb(255, 255, 255);
    padding: 13px 20px;
    font-size: 30px;
    border-radius: 0;
}
.menu-lang .btn-social:hover{
	color:#00aced;
}

#head{
	/*background-image:url(img/fondo_header.jpg);*/
	background-size: cover;
    background-position: center;
	height: 100%;
	margin: 0;
	position: relative;
}
#head .logo{
	position: absolute;
    left: 3%;
    width: 13%;
    top: 5%;
    z-index: 2;
}
#head .bg{
	overflow:hidden;
	width:100%;
	height:100%;
	position: absolute;
    z-index: 1;
}
#head .bg span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index: 2;
}
#head video{
    z-index: 1;
    position: absolute;
    margin: 0 auto;
}
#head .txt{
	position: absolute;
    z-index: 2;
    color: #FFF;
    font-size: 7vh;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 7vh;
}
#head .btn{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    display: block;
    width: 15%;
}
/*
MENU
*/
.menu-general-container{
	padding: 10px 0;
	margin:0;
	position:fixed;
	top:0;
	z-index:99;
	background-color:#FFF;
	text-align: center;
    width: 100%;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.menu-general-container .logo-menu{
	float:left;
    height: 50px;
    margin-left: 20px;
}
.menu-general-container .logo-menu img{
	height:100%;
}
#menu-general{
	padding:0;
	list-style:none;
    display: inline-block;
    margin: 0 auto;
	float:right;
    font-size: 13px;
}
.menu-general-container .btn-social{
	float:right;
    font-size: 25px;
    margin-right: 30px;
	color:rgba(0,140,168,1);
	padding-top: 0;
}
#menu-general li{
	display:inline-block;
	text-transform:uppercase;
}
#menu-general li a,#menu-general li a:active,#menu-general li a:focus{
	display:block;
	color:rgba(0,140,168,1);
    border-bottom: 1px solid #FFF;
    padding: 5px 0;
    margin: 5px 15px;
	font-weight:700;
}
#menu-general li a:hover,#menu-general li.active a{
	background:none;
	border-color:rgba(0,140,168,1);
	font-weight:900;
}
/* /////////////////////// */
.btn-transparent{
	color:#FFF;
	border-radius:0;
	text-transform:uppercase;
	border:1px solid rgba(255,255,255,1);
}
.btn-transparent:hover{
	background-color:#FFF;
	color:rgba(0,140,168,1);
}
section.section{
	height:80%;
	background-size: cover;
    background-position: center;
	position: relative;
	color:#FFF;
}
section.txt .cont{
    position: absolute;
    width: 35%;
    font-size: 2vh;
    left: 10%;
    top: 30%;
    line-height: 3.5vh;
}
section#post-200 .cont {
	left: auto;
    right: 8%;
}
section#post-202 .cont{
	width:35%;
	top: 30%;
}
section.txt .cont .title{
	font-size: 7vh;
    line-height: 7vh;
    margin-bottom: 25px;
    font-weight: 900;
}
.big{
    font-size: 5vh;
    line-height: 4.5vh;
    padding: 0;
    margin-top: -5vh;
}
section#video{
	height:100%;
}
section#video .btn-play{
	color: #FFF;
    text-transform: uppercase;
    border: 1px solid #FFF;
    border-radius: 0;
	font-size: 2vh;
    width: 14%;
    margin: 0 auto;
    padding: 10px;
	background-color:rgba(0,0,0,0.2);
}
section#video .btn-play img{
	margin-right:20px;
    height: 30px;
	margin-top: -5px;
}
section#video .btn-play:hover{
	background-color:rgba(0,0,0,0.6);
}
section#vinos{
	height:70%;
}
section#vinos ul{
	list-style:none;
	padding:0;
	margin:0;
	height:100%;
	color:#FFF;
	background-color: #fff;
}
section#vinos ul li{
    padding: 0;
	overflow: hidden;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
section#vinos ul .cate a{
	color:#FFF;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
section#vinos ul .cate{
	display:block;
	height:101%;
	color:rgba(255,255,255,1);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
section#vinos ul .cate:hover,section#vinos ul .cate:active{
	/*color:rgba(0,0,0,0.8);*/
	font-style:italic;
	background-image:none !important;
}
section#vinos ul .cate:hover .sub-vinos{
	display: block;
	opacity:1;
}
section#vinos ul .cate:hover h1{
	font-weight:normal;
	font-size: 3vh;
}
section#vinos ul .cate .sub-vinos{
	display: none;
	opacity:0;
	margin-top: 60px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
section#vinos ul .cate .sub-vinos a{
	display:block;
	margin: 20px 0;
	font-style:normal;
	font-size: 2vh;
}
section#vinos ul .txt{
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
section#vinos ul .txt h1{
    font-weight: 900;
}
section#vinos ul li:first-child .txt{
	/*font-weight:lighter;
	font-size:25px;*/
    font-weight: lighter;
    font-size: 36px;
    top: 53%;
    line-height: 35px;
    text-align: left;
    margin-left: 10%;
	color:rgba(0,140,168,1);
}
section#vinos ul li:first-child .txt{
	/*font-weight:lighter;
	font-size:25px;*/
    font-weight: lighter;
    font-size: 36px;
    top: 53%;
    line-height: 35px;
    text-align: left;
    margin-left: 10%;
	color:rgba(0,140,168,1);
}
#vinedos .item:first-child .carousel-caption em{
	display:block;
}
#vinedos .item:first-child h2.title{
	font-size: 2.5vh;
    margin-top: 0;
	margin-bottom:0;
}
#vinedos .item:first-child .carousel-caption{
	font-size: 6vh;
    line-height: 6vh;
}
/* SLIDER */
#vinedos .carousel, #vinedos .carousel-inner, #vinedos .item{
	height:100%;
}
#vinedos .item{
	font-size: 2vh;
	background-size: cover;
	background-position: center;
}
#vinedos h2{
	font-size: 7vh;
}
#vinedos small{
	font-size: 2.5vh;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#vinedos .item img{
	width:100%;
}
#vinedos .item .carousel-caption{
	bottom: inherit;
    position: relative;
    top: 50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    font-size: 1.5vw;
    margin: 0;
    left: 10%;
    right: 0;
    text-align: left;
	text-shadow: none;
}
#vinedos .item .carousel-caption .title{
	margin-bottom: 30px;
	text-transform:capitalize;
	font-weight:bold;
}
.carousel .carousel-control.right{
	margin-top: 0px;
}
.carousel .carousel-control.left{
	right: 0;
    left: auto;
    margin-top: -44px;
	display:none;
}
.carousel .carousel-control.left,.carousel .carousel-control.right{
	background-image:none !important;
}
.carousel .carousel-control.left .svg{
	transform: rotate(-180deg);
    margin-left: -10px;
}
.carousel .carousel-control {
	height:88px;
	width:88px;
}
.carousel .carousel-control .box{
	background-color: #FFF;
    height: 100%;
	width: 100%;
    left: auto;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.carousel .carousel-control .box .svg{
	height:100%;
}
.carousel .carousel-control:hover .box .svg polygon{
	fill:rgb(0,140,168);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.carousel-control{
	opacity:1;
}
#carousel-vinos .carousel-control.left{
	display:block;
	margin-top: -32px;
}
#carousel-vinos .carousel-control.right {
    margin-top: 32px;
}
#carousel-vinos .carousel-control .box{
	background-color:rgb(0,140,168);
	border:1px solid rgb(0,140,168);
}
#carousel-vinos .carousel-control .box .svg polygon{
	fill:rgb(255,255,255);
}
#carousel-vinos .carousel-control:hover .box{
	background-color:rgb(255,255,255);
}
#carousel-vinos .carousel-control:hover .box .svg polygon{
	fill:rgb(0,140,168);
}
#carousel-vinos .carousel-control {
    height: 64px;
    width: 64px;
}
#carousel-vinos .carousel-control .box .svg {
    width: 40%;
}
/* Page */
.page .menu-lang{
	display:none;
}
.page .menu{
	height:	54px;
	/*color:#00a9c0;*/
	color:rgba(0,140,168,1);
}
.page .sub-menu a{
	/*color:#00a9c0;*/
	color:rgba(0,140,168,1);
}
.page .sub-menu a:hover,.page .sub-menu a.active{
	text-decoration:none;
	font-weight:900;
    border-bottom: 2px solid;
}
.page .menu .logo{
	position: absolute;
    z-index: 2;
    left: 0;
    top: 8px;
}
.page .menu .logo .svg{
	height:50px;
}
.page .sub-menu{
    padding-top: 10px;
    text-align: center;
    position: absolute;
	text-transform:uppercase;
    left: 0;
    right: 0;
}
.page .sub-menu a{
	font-size: 16px;
    margin: 0 20px;
}
.page .menu .svg path,.page .menu .svg polygon{
	fill:#00a9c0;
}
.page .menu a.backBtn{
	color:rgb(0,140,168);
    position: absolute;
    right: 0;
    font-size: 13px;
    margin: 0 20px;
	padding: 3px 0;
    margin-top: 10px;
	border-bottom:2px solid rgb(255,255,255);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.page .menu a.backBtn:hover{
	color:rgb(0,140,168);
	border-bottom:2px solid rgb(0,140,168);
	font-weight:bold;
	text-decoration:none;
}
.page header{
	text-align:center;
	color:#FFF;
	height:60%;
	padding:40px;
    position: relative;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
}
.page header h1{
	font-size: 6vh;
    font-weight: 700;
	padding:20px 0;
    margin-bottom: 20px;
    letter-spacing: .5vh;
	text-transform: uppercase;
    color: rgba(255,255,255,1);
}
.page header .entry{
	margin-left:auto;
	margin-right:auto;
	width: 42%;
    font-size: 2.5vh;
    line-height: 4.5vh;
	color: rgba(255,255,255,0.8);
}
/* Botellas */
.page .botella{
    width: 70%;
	height: 86%;
    margin: 5% auto 0 auto;
	overflow-y: auto;
}
.carousel-inner {
    height: auto;
}
.carousel-inner>.item{
	height: auto;
    min-height: 100%;
}
#carousel-vinos{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
	text-align:center;
    padding-bottom: 40px;
	height: auto;
}
#carousel-vinos .img-botella,#carousel-vinos .imagen{
	height:100%;
}
.page .botella .title{
	margin-top:45px;
	color:#048b9e;
	text-transform:uppercase;
	font-weight:normal;
}
.page .botella .cat .title{
	font-size:4vh;
	font-weight:bold;
}
.page .botella .title:first-child{
	margin-top:0;
}
.page .botella .txt{
	width: 60%;
    margin: 40px auto 40px auto;
    line-height: 3vh;
}
.page .botella hr{
	border:none;
	height:2px;
	background-color:#048b9e;
}
.page .botella .detalles{
	text-align:left;
	padding-left: 100px;
    padding-top: 3%;
	margin: 40px 0;
    line-height: 3vh;
	font-size: 2vh;
}
.page .botella .detalles a{
	color: #333;
	text-decoration:none;
}
.page .botella .detalles h3.title{
	font-size: 3.5vh;
}
.page .botella .detalles h3.title b{
    font-size: 3.4vh;
	font-weight:bold;
}
.page .botella .detalles h4.title{
	font-size: 1.5vh;
    margin-bottom: 5px;
	font-weight:bold;
}
.page .botella .detalles .img{
	width: 4.5vw;
    height: 4.5vw;
    margin-right: 20px;
}
.page .botella .contenidos{
	margin-top: 45px;
}
.page .botella .maridaje .title{
	margin-bottom:-5px;
}
.page .botella .premios{
	margin-top:40px;
}
.page .botella .detalles .svg path,.page .botella .detalles .svg line,.page .botella .detalles .svg polygon,.page .botella .detalles .svg rect,.page .botella .detalles .svg circle,.page .botella .detalles .svg ellipse{
	/*fill:#048b9e;*/
	stroke: #048b9e;
}
.page .botella .detalle a{
	display: block;
    float: left;
}
.page .botella .ficha{
	margin-top: 20px;
}
.page .botella .ficha a{
	background-color:rgba(0,140,168,1);
	color:#FFF;
	display:inline-block;
	padding:10px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.5vh;
	letter-spacing: .3vh;
}
.page .botella .ficha a span{
    border-bottom: 1px solid rgba(0,140,168,1);
    padding-bottom: 3px;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.page .botella .ficha a:hover span{
	border-bottom: 1px solid rgba(255,255,255,1);
}
.page .botella .detalle:after{
	content:'';
	display:block;
	clear:both;
	float:none;
}
.page .cate-menu{
	text-align:center;
	background-color:rgba(0,169,192,0.3);
    padding: 10px 0;
    font-size: 2vh;
}
.page .cate-menu a{
	text-transform:capitalize;
	padding:10px;
	cursor:pointer;
	color:#048b9e;
}
.page .cate-menu a.active,.page .cate-menu a:hover{
	font-weight:900;
	text-decoration:none;
}
a.down{
	opacity:.5;
	border: 2px solid #fff;
	color: #fff;
    padding: 5px 8px;
    position: absolute;
    bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
    margin-left: -16px;
}
a.down:hover{
	opacity:1;
}
.page header h1{
	background-repeat:no-repeat;
	background-position: 50% 50%;
    background-size: contain;
}
.page-id-17 #carousel-vinos{
	background-image: url(img/bg_molu.jpg);
}
.page-id-25 #carousel-vinos{
	background-image: url(img/bg_kuda.jpg);
}
.page-id-28 #carousel-vinos{
	background-image: url(img/bg_sumpai.jpg);
}
.page-id-17 header{
	background-color:#027181;
}
/*.page-id-17 header h1{
	background-image:url(img/fondo%20molu.png);
}*/
.page-id-25 header{
	background-color:#0D9BAF;
}
/*.page-id-25 header h1{
	background-image:url(img/fondo%20kuda.png);
}*/
.page-id-28 header{
	background-color:#46B4C3;
}
/*.page-id-28 header h1{
	background-image:url(img/fondo%20sumpai.png);
}*/
/* FOOTER */
#footer{
	color: rgb(0,140,168);
	min-height:50%;
    padding-top: 45px;
	padding-bottom: 45px;
	background-size:cover;
	background-position:center;
	background-color:#FFF;
	text-align: center;
	background-color:#fff;
	background-image:url(img/bg_footer_home.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
}
.page #footer{
	background-color:#d2e1e5;
	background-image:url(img/bg_footer.png);
}
#footer a{
	color: rgb(0,140,168);
}
/*#footer .fa{
	color:rgb(255,255,255);
}*/
#footer .addrs{
	display:block;
	text-align:center;
    font-size: 1.3vh;
}
#footer .addrs a{
	text-decoration:none;
    margin-right: 10px;
}
#footer .addrs .contact{
	display:block;
	font-size: 1.8vh;
    margin-top: 6px;
}
#footer .logos{
	width: 75%;
	height:auto;
	margin: 40px auto 0 auto;
}
#footer .logos a{
	position: relative;
}
#footer .logos a:after{
	content: '';
    height: 65%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    top: 25%;
}
#footer .logos a:last-child:after{
	display:none;
}
#footer .logos .img{
	height: 50px;
    margin: 0 auto;
    width: 72%;
}
#footer .logos .svg path,#footer .logos .svg stroke{
	fill: #4b8394;
}
#footer .logos a:hover .svg path,#footer .logos a:hover .svg stroke{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
footer .logos a:hover .svg path,footer .logos a:hover .svg stroke{
	fill: #4b8394;
}
.footer-menu{
	text-align:center;
	list-style:none;
	margin-top:25px;
	padding:0;
}
.footer-menu li{
	display:inline-block;
	padding:0;
	margin:0 10px;
}
.footer-menu li a{
    color: #4b8394;
    border-bottom: 1px solid #4b8394;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 1.5vh;
}
.footer-menu li a:hover{
	color:#4b8394;
	text-decoration:none;
	border-bottom: 1px solid #4b8394;
}
.btn-trans{
	background-color: rgba(0,140,168,0);
    margin: 0 auto;
    text-align: center;
    font-size: .9vw;
    margin-top: 40px;
    text-transform: uppercase;
    color: rgba(0,140,168,1) !important;
    border: 1px solid rgba(0,140,168,1);
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.btn-trans:hover{
	background-color:rgba(0,140,168,1);
	color:rgba(255,255,255,1) !important;
}
/*.page #footer, .page #footer a,.page .btn-trans{{
	color: rgba(0,140,168,0.4);
}*/
@media (min-width: 768px) {
	section#vinos ul li:first-child .txt b{
		display:block;
	}
	.carousel-fade .carousel-inner .item {
	  -webkit-transition-property: opacity;
			  transition-property: opacity;
	}
	.carousel-fade .carousel-inner .item,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  opacity: 0;
	}
	.carousel-fade .carousel-inner .active,
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	  opacity: 1;
	}
	.carousel-fade .carousel-inner .next,
	.carousel-fade .carousel-inner .prev,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-control {
	  z-index: 2;
	}
	#carousel-vinos {
	    background-size: cover;
	}
}
@media (max-width: 768px) {
	html,body{
		font-size: 1.8vh;
		overflow:inherit;
	}
	#head video{
		display:none;
	}
	.btn-trans {
	    font-size: 1.7vh;
    	padding: 10px;
	}
	#menu-general {
		float: none;
	    width: 100%;
	}
	#menu-general li {
	    font-size: 11px;
	}
	#menu-general li a,#menu-general li a:active,#menu-general li a:focus{
	    padding: 4px 0;
    	margin: 5px 10px;
	}
	#head .txt {
	    padding: 25px;
	}
	.menu-general-container .btn-social {
    	margin-right: 20px;
	    border: 1px solid;
    	border-radius: 0;
	}
	.page .botella .contenidos {
    	margin-top: 25px;
	}
	.page header h1 {
		padding:0;
	}
	#footer .logos {
	    width: 50%;
	}
	#footer .logos a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#footer .logos a:after{
		display:none;
	}
	#footer .contact span.linea{
	    display: none;
	}
	#footer .addrs {
    	font-size: 1.5vh;
	}
	.mail{
		margin-top: 4px;
	}
	.contact .fono,.contact .mail{
		display:block;
	}
	.logos a:nth-child(1) .img{
		width: 100% !important;
	}
	.logos a:nth-child(3) .img{
	    margin-right: 23px !important;
	    width: 54% !important;
	}
	.logos a:nth-child(5) .img{
		width: 65% !important;
	}
	#legal .msj {
		text-shadow: 0 0 1px #FFFFFF;
	    margin: 170px auto 0 auto !important;
	}
	#legal .Chk {
    	width: 95% !important;
		text-shadow:none !important;
	}
	.page .botella .detalles {
	    padding-right: 35px;
	}
	.page header .entry {
    	width: 100%;
		line-height: 3.7vh;
	    font-size: 2.3vh;
	}
	.page .botella {
    	width: 100%;
		height: auto;
	    margin: 0 auto;
	}
	.page .botella .detalles {
    	padding-left: 0;
	}
	.page .botella .detalle .img{
		width: 9.5vw;
		height: 9.5vw;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.page .botella .img{
		margin-top: 58%;
	    height: auto !important;
	    width: 100%;
	}
	.page .sub-menu {
	    top: 47px;
		z-index: 9;
	}
	.page .menu a {
    	color: #FFF;
	}
	#carousel-vinos {
	    height: 85%;
	    min-height: 380px;
	}
	#head .btn {
	    width: 50%;
	    bottom: 25%;
	}
	section.txt .cont .title {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.page .botella .premios {
	    display: none;
	}
	section.txt .cont {
	    width: 70%;
	    right: 0 !important;
	    left: 0 !important;
    	margin: 0 auto;
		top: 17%;
	}
	section#post-202 .cont {
    	width: 60%;
	}
	section#video .btn-play {
	    width: 38%;
	}
	section#vinos ul li:first-child {
		height: 20%;
	}
	section#vinos ul li {
    	height: 80%;
	}
	section#vinos ul .txt h1 {
	    font-size: 4vh;
	}
	#vinedos .carousel-control {
		height:50px;
		width:50px;
	}
	#vinedos .carousel-control.right{
		margin-top: 25px;
	}
	#vinedos .carousel-control.left{
		margin-top: -25px;
	}
	#vinedos .item .carousel-caption {
	    font-size: 2vh;
		width: 75%;
	    left: 5%;
	}
	#vinedos .carousel-control .fa {
	    padding: 10px 30px 10px 25px;
	}
	#vinedos .item:first-child .carousel-caption{
		font-size: 5vh;
    	line-height: 4vh;
	}
	#vinedos .carousel-control.right{
		right:0;
	}
	.carousel-control.right {
    	right: 29px;
	}
	#head .logo {
	    left: 5%;
    	width: 30%;
	    top: 3%;
	}
	section#video .btn-play img {
	    height: 24px;
	}
	section#video {
    	height: 43%;
	}
	section#vinos ul .cate .sub-vinos a {
	    font-size: 1.5vh;
	}
	.big {
		text-align:center;
	}
	#post-198{
		background-position:16% center;
	}
	#post-200{
		background-position:55% center;
	}
	section#vinos ul li:first-child .txt {
	    font-size: 30px;
    	text-align: center;
		margin-left: auto;
	}
	#carousel-vinos .carousel-inner {
    	overflow-y: auto;
	}
}
@media (max-width: 320px) {
	#menu-general li {
    	font-size: 8px;
	}
	section.txt .cont {
	    font-size: 2.5vh;
	}
}
@media (max-width: 768px) {
@media all and (orientation:landscape) {
	html, body {
    	font-size: 1.5vw;
	}
	body{
		overflow:auto !important;
	}
	section.txt .cont .title {
	    font-size: 7vw;
    	line-height: 6vw;
	    margin-bottom: 0;
	}
	.sec-logo{
		display:none;
	}
	.big {
    	font-size: 5vw;
	    line-height: 4.5vw;
	}
	.page .botella .img {
    	margin-top: 50px;
	    height: auto !important;
    	width: 50%;
	}
	section#vinos ul li:first-child .txt {
	    font-size: 20px;
    	text-align: center;
	}
	section#video .btn-play {
	    font-size: 2vw;
	}
	section.txt .cont{
	    font-size: 2vw;
	    line-height: 2vw;
	}
	section#vinos ul .cate a {
	    font-size: 4vw;
	}
	section#video {
    	height: 80%;
	}
	section#vinos ul .cate .sub-vinos a {
    	font-size: 1.5vw;
	}
	#vinedos .item:first-child h2.title {
    	font-size: 2.5vw;
	}
	#vinedos .item:first-child .carousel-caption {
	    font-size: 5vw;
    	line-height: 4vw;
	}
	#vinedos h2 {
    	font-size: 7vw;
	}
	#vinedos small {
    	font-size: 2.5vw;
	}
	#vinedos .item .carousel-caption {
    	font-size: 2vw;
	}
	#menu-general {
	    position: absolute;
    	left: 0;
	    right: 0;
    	margin: 5px auto 0 auto;
		padding-left: 40px;
	}
	#menu-general li {
    	font-size: 10px;
	}
	.menu-general-container .btn-social {
    	font-size: 16px;
	}
	.page header {
	    height: 90%;
	}
	.page header .scroll{
		display:none;
	}
	.page header .entry {
	    line-height: 3.7vw;
    	font-size: 2.3vw;
	}
	.page .botella .detalles {
	    line-height: 3vw;
    	font-size: 2vw;
	}
	.page .cate-menu {
	    font-size: 2vw;
	}
	.page .botella .detalles h3.title b {
    	font-size: 3.4vw;
	}
	.page .botella .detalles h3.title {
    	font-size: 3.5vw;
	}
	.page .botella .detalles h4.title {
    	font-size: 1.5vw;
	}
	.page .botella .ficha a {
	    font-size: 1.5vw;
    	letter-spacing: .3vw;
	}
	#carousel-vinos {
	    height: 100%;
    	min-height: 780px;
	}
	.page .botella .premios {
    	display: block;
	}
	.table {
	    font-size: 8px;
	}
	#footer .addrs {
    	font-size: 1.5vw;
	}
	#footer .addrs .contact {
    	font-size: 1.8vw;
	}
	.btn-trans {
    	font-size: 1.7vw;
	}
	.footer-menu li a {
	    font-size: 1.5vw;
	}
}
}