@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Tango;
	src: url('tango.woff') format('woff2');
}

@font-face {
	font-family: Fredoka;
	src: url('Fredoka-Regular.woff2') format('woff2');
}



* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#C40;}
a:hover{color:#620;}
a img {border-width:0;}


body{
	font-family: Fredoka, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #59665e;
	background: #fff;
	position: relative;
}


header{
	text-align: center;
	background: linear-gradient(#093509, transparent), url("../img/fondo-olivos.jpg"), #0c2c0c;
	z-index: 100;
}

#barra{
	top:0;
	position: sticky;
	padding: 5px 1%;
	background: #111;
	text-align: right;
	z-index: 100;
}


#barra a{
	margin: 0 1%;
	white-space: nowrap;
	color:#EFE;
	font-size: 0.9em;
}
#barra a:hover{
	color:#78b60b;
}

.idiomas{
	display: inline-block;
	margin: 2px 2%;
	white-space: nowrap;
}
#btnmenu{
	margin-left: 20px;
	cursor: pointer;
}
#logo{
	display:inline-block;
	padding: 5px;
	width: 80%;
	max-width: 200px;
}
#btnpromociones{
	padding: 10px;
}

#menuhorizontal{
	position: sticky;
	top: 32px;
	display: none; /*Oculto hasta que se pulse el botón*/
	text-align: center;
	padding: 10px 15px;
	background: #0c2c0cCC;
	backdrop-filter: blur(3px);
	z-index: 100;
}
#menuhorizontal a{
	display:block;
	padding: 8px;
	color:#fff;
	font-size:19px;
	transition: background 0.1s;
}

#menuhorizontal a:hover{
	background: #7ab718;
	transition: background 0.1s;
	border-radius: 2px;
}

.deco{
	position: relative;
}

.deco img{
	width: 100%;
}

.boton{
	border: none;
	display: inline-block;
	margin: 0 3%;
	padding: 10px 30px !important;
	background: #78b60b;
	color:#FFF !important;
	font-weight: bold;
}
.boton:hover{
	background: #0A0;
}


#reservas{
	display:block;
	position:relative;
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
	padding: 10px 2%;
	background: #717371CC;
	color: #FFF;
	text-align: center;
	backdrop-filter: blur(5px);
	z-index: 99;
}

#reservas span{
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	vertical-align: text-top;
}

#reservas input{
	color: #232;
	font-size: 16px;
	padding: 8px 20px;
	margin: 0 3px;
	font-weight: bold;
}

main{
	background: #edf4f0;
	padding: 50px 2%;

}

h1{
	font-family: Tango, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color:#7ab718;
	padding: 40px 2%;
	text-align: center;
}

h2{
	font-family: Tango, sans-serif;
	font-size: 24px;
	color:#6F7A73;
	padding: 40px 0 15px 3%;
}

main p{
	padding: 6px 3%;
	line-height:150%;
	color:#262b28;
	font-size: 1.1em;
}

.centrado{
	text-align: center;
}
.centrado img{
	display: inline-block;
	margin-top: 15px;
	border:#dee2e0 5px solid;
	padding: 1px;
	border-radius: 2px;
	max-width: 80%;
	height: auto;
}

.galeria{
	padding: 20px 0;
	text-align: center;
}
.galeria a img{
	border:#6f7a73 5px solid;
	padding: 1px;
	margin: 10px;
	border-radius: 2px;
	transition: border 0.2s;
	max-width: 50%;
	height: auto;
	transition: border 0.2s;
	transition: border 0.1s ease-in-out, box-shadow 0.4s ease-in-out;
}

.galeria a:hover img{
	border-color: #A5D341;
	box-shadow: rgb(15, 24, 15) 0 0 80px;
}

li{
	margin: 1px 10%;
	list-style-type:square;
}
#direccion{
	display:block;
	position:relative;
	margin: 0 auto 25px auto;
	width: 90%;
	max-width: 500px;
	padding: 15px 2%;
	background:#FADEC9;
}
.descuentos{
	font-weight: bold;
	font-size: 15px;
	color:#FFF;
	margin: 5px 0 !important;
	padding: 10px !important;
	border-top: #A5D341 1px solid;
}
.descuentos img{
	float: left;
	margin-right: 5px;
}

.deco-footer{
	height: 243px;
	background: linear-gradient(#EDF4F0, transparent), url("../img/fondo-olivos.jpg");
}

footer{
	background: #111;
	position: relative;
	width: 96%;
	padding: 20px 2% 70px 2%;
	font-size: 17px;
	line-height: 150%;
	color:#FFF;
	text-align: center;
}


footer div{
	margin: 20px 3%;
	width: auto;
}
footer a{
	white-space: nowrap;
	color:#aebfb4;
}

footer a img{
	display: inline-block;
	max-width: 220px;
	height: auto;
	transition: opacity 0.2s;
}

footer a:hover{color:#A5D341;}

footer a:hover img{
	opacity: 0.7;
	transition: opacity 0.1s;
}

.error{
	position:relative;
	margin: 40px auto;
	padding: 100px 5% 40px 5%;
	width: 80%;
	max-width: 500px;
	background:#FFF url("img/error.png") no-repeat center 20px;
	border:#FE8A00 5px solid;
	text-align: center;
}
.error strong{
	display:block;
	font-size: 18px;
	margin-bottom:15px;
}
.error a{
	display: inline-block;	
	background: #EABA92;
	padding: 5px 5%;
	width: 50%;
	max-width: 70px;
	color:#000;
	border-radius: 3px;
}
.error a:hover{background:#f88d1f;}


#cookieinfo{
	font-size: 11px;
	display:block;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background:#535b56DD;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	z-index: 100;
}

#cookieinfo a{
	color:#CCC;
	padding: 0 1%;
}

#cookieinfo a:hover{
	color:#FFF;
}


@media screen and (min-width: 600px) {

	#barra a img{
		padding: 0;
	}
	#btnmenu{
		display: none;
	}

	#menuhorizontal{
		display: block;
	}
	#menuhorizontal a{
		display: inline-block;
		padding:5px 25px;
	}

	#direccion{
		padding: 15px 5% 15px 100px;
		background:#FADEC9 url("img/direccion64.png") no-repeat 20px center;
	}

	main{
		clear: both;
		position: relative;
		margin: 0 auto;
		width: 92%;
		max-width:1200px;
		background: #edf4f0;
		height: auto !important;
		min-height: 300px;
		box-shadow: #232 0 30px 20px -20px;		
	}
	
	h1{
		font-size: 65px;
		background: linear-gradient(#8ed90c, #4B6924);
  		background-clip: text;
		-webkit-text-fill-color: transparent;
	}	
	h2{
		font-size: 40px;
		background: linear-gradient(#6F7A72, #4a544d);
  		background-clip: text;
		-webkit-text-fill-color: transparent;
	}	
	main p{
		font-size: 19px;
	}

	.deco-footer{
		background: linear-gradient(#fff, transparent), url("../img/fondo-olivos.jpg");
		margin-top: -100px;
	}
	

	footer div{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	footer div p span{
		white-space: nowrap;
	}

	#cookieinfo{
		font-size: 13px;
	}
}
