@charset "utf-8";
/* CSS Document */
/*****
#intro0 {
	width:100%;
	position:absolute;
	top:30px;
	padding:0;
	color:#FFF;
	text-align:center;
	z-index:100;
}
#intro0 .logo {
	width: 25%;
	margin: 0 auto;
	display: block;
}
#intro0 h1 {
	width:80%;
	margin: 20px auto;
	padding:0px 8px;
	font:1.3em 'bedinibolditalic';
	text-shadow:1px 1px 1px #000;
}
#intro0 h2 {
	width:80%;
	margin:0 auto;
	padding:10px 5px;
	font:.9em 'DroidSerif Italic';
	text-shadow:1px 1px 1px #000;
	background:rgba(0,0,0,.6);
	border:2px solid #FFF;
}

#intro0 figure {
	width: 50%;
	margin: 0 auto;
	padding: 10px;
	background:rgba(0,0,0,.6);
	border:2px solid #FFF;
}

#intro0 figure .popup {
	width: 100%;
	margin: 0;
	padding: 0;
}




.hidden {
	visibility: hidden;
}




/***/




#intro {
	width:100%;
	height:100vh;
	overflow:hidden;
}
#intro #intro1 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-20.png), url(../img/background1.jpg);
	background-size:contain, cover;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}
#intro #intro2 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-10.png), url(../img/background2.jpg);
	background-size:contain, cover ;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}
#intro #intro3 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-10.png), url(../img/background3.jpg);
	background-size:contain, cover;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}
#intro #intro4 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-10.png), url(../img/background4.jpg);
	background-size:contain, cover;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}
#intro #intro5 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-10.png), url(../img/background5.jpg);
	background-size:contain, cover;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}
#intro #intro6 {
	width:100%;
	height:100vh;
	background-image:url(../img/bg-10.png), url(../img/background6.jpg);
	background-size:contain, cover;
	background-repeat:repeat, no-repeat;
	background-position:center, center;
}






/***  NAV MENU ***/

nav {
    width: 100%;
	background:url(../img/bg-90.png);
    height:40px;
	margin:0px;
    position:fixed;
    z-index:2000;
}
#menu {
	float: right;
    height:40px;
}   
#menu ul {
   	list-style: none;
   	font-size: 1.1em;
}
#menu li {
   	display: block;
   	float: left;
   	text-align: center;
}
#menu li img {
	display:none;
}
#menu li a {
	font:.9em 'OpenSans CondBold';
   	display: block;
   	color: #FFF;
   	text-decoration: none;
   	height: 40px;
   	line-height: 40px;
   	padding: 0 26px;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
}
#menu li a:hover{
   	/*background:#FE9303;*/
   	color:#FFF;
}
#nav-mobile {
    display: none;
    background:url(../img/nav.png) no-repeat center center;
    float:right;
    width:40px;
    height:40px;
    position:absolute;
    right: 0;
    top:0;
	z-index:2000;
}   
#nav-mobile.nav-active {
	opacity: 1;
}
@media only screen and (max-width: 900px) {
h2 {
	font-size:1.1em;
}
#nav-mobile {
	display: block;
}
#menu {
    width: 100%;
	height:50px;
    float: none;
    padding-top: 0px;
	background:#06F !important;
}
#menu ul {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    max-height: 0;
    overflow: hidden;
}
#menu li {
	background:url(../img/bg-90.png);
    border-bottom:1px solid #CCC;
    float:none;
}
#menu ul li:first-child {
	background:#06F;
    border-bottom:1px solid #CCC;
    float:none;
}
#menu li a {
    padding: 15px 0;
    height: auto;
    line-height: normal;
}
#menu li a:hover {
	background:#03F;
}
#menu ul.open-menu {
    max-height: 400px;
    -webkit-transition: max-height 600ms;
    -moz-transition: max-height 600ms;
    -ms-transition: max-height 600ms;
    -o-transition: max-height 600ms;
    transition: max-height 600ms;
}
}
/*************************  BANNER **********************************/
#banner {
	width:100%;
	overflow:hidden;
	margin-top:0px;
}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width:100%;
  	padding: 0;
  	margin: 0;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}
.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}
/*************************  INICIO **********************************/
#inicio {
	width:100%;
	height:auto;
	padding:60px 0;
	text-align:center;
	background:#F1F1F1;
}
#inicio h2 {
	width:90%;
	margin:0px auto;
	font:1.6em 'Oswald';
	color:#333;
}
#inicio p {
	width:90%;
	margin:20px auto;
	font:.8em 'OpenSans Regular';
	color:#444;
	text-align:justify;
	line-height:1.3em;
}
/**************************  LOCAL **********************************/
#local {
	width:100%;
	padding:40px 0;
	text-align:center;
	background:#F1F1F1;
}
#local #bannerlocal {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
#local h2 {
	width:90%;
	margin:0 auto;
	font:1.6em 'Oswald';
	color:#333;
}
#local p {
	width:90%;
	margin:20px auto;
	font:.8em 'OpenSans Regular';
	color:#444;
	text-align:justify;
	line-height:1.3em;
}
/**************************  CARTA **********************************/
#carta {
	width:100%;
	padding:40px 0;
	text-align:center;
	background:#F1F1F1;
}
#carta #bannercarta {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
#carta h2 {
	width:90%;
	margin:0 auto;
	font:1.6em 'Oswald';
	color:#333;
}
#carta p {
	width:90%;
	margin:20px auto;
	font:.8em 'OpenSans Regular';
	color:#444;
	text-align:justify;
	line-height:1.3em;
}
/****/
#cartamenu {
	width:100%;
	height:auto;
	margin:0 auto;
	padding-bottom:80px;
	background:#F1F1F1;
}
/******************** CARTA MENU Y VINOS ****************************/
#cartamenu .transition, #lista, ul li i:before, ul li i:after {
	transition: all 0.25s ease-in-out;
}
.flipIn, h1, ul li {
  	animation: flipdown 0.5s ease both;
}#cartamenu ul {
	width:90%;
  	margin:0 auto;
}
#cartamenu ul li {
  	position:relative;
  	padding-bottom:4px;
  	padding-top:18px;
  	/*border-bottom:1px solid #999;*/
}
#cartamenu ul li {
  	animation-delay:500ms;
}
#cartamenu ul li i {
  	position:absolute;
  	transform:translate(-6px, 0);
  	margin-top:16px;
  	right:30px;
}
#cartamenu h2 {
  	cursor:pointer;
  	display: block;
	margin-bottom:0px;
	padding:10px;
	font:1.0em 'bedinibolditalic';
	color:#444;
	text-transform:capitalize;
	background:#E1E1E1;
}
#cartamenu #lista {
  	overflow:hidden;
  	opacity:1;
}
#cartamenu h3 {
	display:inline;
  	position:relative;
	top:10px;
	font:.9em 'bedinibolditalic';
	color:#555;
	text-transform:uppercase;
  	z-index:2;
}
#cartamenu h4 {
	float:right;
  	position:relative;
	top:10px;
	right:10px;
	font:1.1em 'bedinibolditalic';
	color:#555;
  	z-index:2;
}
#cartamenu p {
	margin-bottom:15px;
	padding-bottom:5px;
  	position:relative;
	top:10px;
	font:.8em 'OpenSans Regular';
	color:#555;
	font-style:italic;
	border-bottom:1px dotted #06F;
  	z-index:2;
}
#cartamenu ul li i:before, ul li i:after {
  	width: 3px;
  	height: 9px;
  	content: "";
  	position: absolute;
  	background-color:#06F;
}
#cartamenu ul li i:before {
  	transform:translate(-2px, 0) rotate(45deg);
}
#cartamenu ul li i:after {
  	transform:translate(2px, 0) rotate(-45deg);
}
#cartamenu ul li input[type=checkbox] {
  	width:100%;
  	height:100%;
  	cursor:pointer;
  	position:absolute;
  	opacity:0;
  	z-index:1;
}
#cartamenu ul li input[type=checkbox]:checked ~ #lista {
  	margin-top: 0;
  	max-height: 0;
  	opacity: 0;
  	transform: translate(0, 50%);
}
#cartamenu ul li input[type=checkbox]:checked ~ i:before {
  	transform: translate(2px, 0) rotate(45deg);
}
#cartamenu ul li input[type=checkbox]:checked ~ i:after {
  	transform: translate(-2px, 0) rotate(-45deg);
}
/**************************  VINOS **********************************/
#vinos {
	width:100%;
	padding:40px 0;
	text-align:center;
	background:#F1F1F1;
}
#vinos #bannervino {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
#vinos #bannervino img {
	width:100%;
}
#vinos h2 {
	width:90%;
	margin:0 auto;
	font:1.5em 'Oswald';
	color:#333;
}
#vinos p {
	width:90%;
	margin:20px auto;
	font:.9em 'OpenSans Regular';
	color:#444;
	line-height:1.3em;
}
/*************************  CONTACTO **********************************/
#contacto {
	width:100%;
	padding:90px 0;
	background:#F1F1F1;
}
#contacto form {
	width:100%;
	overflow:auto;
	margin:0px auto 30px auto;
	padding:10px 0;
	/*border:1px solid #E1E1E1;*/
}
#contacto form div:nth-child(1) {
	width:90%;
	/*float:left;*/
	margin:30px auto;
}
#contacto form div:nth-child(2) {
	width:90%;
	/*float:right;*/
	margin:30px auto;
}
#contacto form label {
	display:block;
	font:.8em 'OpenSans Regular';
	color:#444;
}
#contacto form input {
	width:90%;
	display:block;
	margin:5px 0 20px 0;
	padding:15px;
	font:.9em 'OpenSans Regular';
	color:#222;
	background:#C1C1C1;
}
#contacto form textarea {
	width:90%;
	display:block;
	margin:5px 0 20px 0;
	padding:15px;
	font:.9em 'OpenSans Regular';
	color:#222;
	background:#C1C1C1;
}
#contacto .btn {
	width:100px;
	cursor:pointer;
	padding:15px;
	font:.9em 'OpenSans Regular';
	color:#FFF;
	text-transform:uppercase;
	background:#06F;
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
}
#contacto .btn:hover {
	color:#FFF;
	background:#03F;
}
#contacto h2 {
	width:90%;
	margin:0px auto 20px auto;
	text-align:center;
	font:1.6em 'Oswald';
	color:#333;
}
#contacto p {
	width:90%;
	margin:0 auto 10px auto;
	font:.8em 'OpenSans Regular';
	color:#444;
	text-align:justify;
	line-height:1.3em;
	text-align:center;
}
#contacto #mapa {
	width:90%;
	margin:30px auto 0 auto;
	border:2px solid #06F;
}
::-moz-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-moz-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-moz-placeholder { color:rgba(0,0,0,0); }

::-webkit-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }

::-ms-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }

/*************************  FOOTER **********************************/
footer {
	width:100%;
	overflow:auto;
	background:#222;
}
#logofoot {
	width:90%;
	margin:20px auto 40px auto;
}
#logofoot img {
	width:60px;
	display:inline;
	vertical-align:middle;
}
#logofoot img:nth-child(2) {
	width:80px;
	margin:0 20px;
	display:inline;
	vertical-align:middle;
}
#footer {
	width:90%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
#footer p {
	margin:10px 0;
	font:.9em 'Open Sans Condensed Light';
	color:#FFF;
	word-spacing:1px;
}
#footer p:last-child {
	margin-top:50px;
	font-size:.9em;
}
#footer #social {
	width:80%;
	margin:20px auto;
}
#footer #social img {
	margin:0 20px;
}
#footer a {
	color:#FFF;
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
}
#footer a:hover {
	color:#FE9303;
}




.hidden {
	visibility: hidden;
}



