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

@font-face {
    font-family: flair-thin-italic;
    src: url("flair-thin-italic.woff") format("woff");
}


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


body{

	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3A3024;
	background: #EDD79D url("../img/fondo.jpg") fixed;

}

header{
	display: sticky;
	background: #FFFE;
	position: sticky;
	top: 0;
	z-index: 100;
	text-align: center;
	box-shadow: #AAA 0 0 10px;
}

#btnmenu{
	display: block;
	float: left;
	padding: 20px;
}

#logo{
	display:block;
	position: relative;
	margin: 10px auto;
	max-width: 221px;
	height: auto;
	filter: grayscale(0.4);
	transition: filter 0.1s;
}
#logo:hover{
	filter: none;
	transition: filter 0.8s;
}

#menuhorizontal{
	display: none;
}
#menuhorizontal a{
	display:block;
	text-align: center;
	padding: 10px;
	height:auto;
	color:#5E5E5E;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: background 0.2s;
}
#menuhorizontal a:hover{
	background: #B8CD95;
	border-radius: 4px;
	color:#FFF;
	border: none;
}
#menuhorizontal img{
	position: relative;
	top: 16px;
	scale: 60%;
}
#menuhorizontal .menuactual{
	color:#3A3024;
	border-bottom: #FD4F01 1px solid;
}

#volvemos{
	text-align: center;
	background: #919191;
}
#volvemos img{
	width: 100%;
	max-width: 960px;
}

#destacado{
	clear: both;
	color: #EAC391;
	font-weight: bold;
	width: 100%;
}

#destacado img{
	width: 100%;
}

main{
	position:relative;
	margin:50px auto;
	padding: 50px 3%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	width:94%;
	max-width: 1400px;
	background:#FFF;
	box-shadow: #6b5336 0 0 10px;
}

h1{
    font-family: 'flair-thin-italic', cursive;
	text-align: center;
	font-size: 38px;
	letter-spacing: 2px;
	font-weight:normal;
	color:#f79c13;
	padding: 15px 0;
}

h2{
    text-align: center;
    font-family: 'flair-thin-italic', cursive;
    font-size: 20px;
	font-weight:normal;
	color:#987;
	padding: 40px 0 15px 0;
}

h3{
    font-family: 'flair-thin-italic', cursive;
    font-size: 28px;
	color:rgb(68, 62, 56);
	padding: 40px 0 15px 0;
	font-weight: normal;
}


main p{
	padding: 10px 3%;
	font-size: 18px;
	line-height:140%;
}

.boton{
	display: inline-block;
	padding: 15px 30px;
	margin: 5px;
	background: #E68B13;
	color:#FFF;
	border-radius: 3px;
	transition:background 0.8s;
}
.boton:hover{
	background: #FD4F01;
	color:#FFF;
	transition:background 0.3s;
}

.centrado{
	display:block;
	position:relative;
	margin: 30px auto;
	text-align:center;
}
.derecha{
	float:right;
	margin: 20px 50px;
}

.fotoscentradas{
	text-align:center;
	margin: 10px 0 25px 0;
}


.galeria{
	text-align:center;
	padding: 30px 0;
}
.galeria a img{
	display: inline-block;
	margin: 20px;
	max-width: 80%;
	height: auto;
	border-radius: 4px;
	box-shadow: #AAA 0 4px 4px;
	transform: scale(1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.galeria a:hover img{
	box-shadow: #3A3024 0 8px 12px;
	transform: scale(1.04);
}

.enlace{
	display: block;
	position: relative;
	margin: 40px auto;
	padding: 10px 25px;
	width: 40%;
	min-width: 250px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	color: #000;
	transition: background 0.2s;
}
.enlace:hover{
	background:#000;
	color:#FFF;
	transition: background 0.5s;
}

li{
	margin: 2px 8%;
	list-style-type:square;
	font-weight: normal;
}

footer{
	background: #363030;
	text-align: center;
	clear:both;
	color:#FFF;
	padding: 20px 2% 80px 2%;
	font-size: 21px;
	line-height: 160%;
}

footer a{
	display: inline-block;
	padding: 2px 1%;
	white-space: nowrap;
}
footer .logoinferior{
	display: block;
	position: relative;
	margin: 15px auto;
	max-width: 80%;
	height: auto;
}
footer .redes{
	display: block;
	padding: 30px 0;
}
footer .redes a img{
	padding: 3px 20px;
	transition: transform 0.1s ease;
}
footer .redes a:hover img{
	transform: scale(0.8);
}

#horarios{
	background: #282222;
	text-align: center;
	font-size: 19px;
	padding: 20px 2%;
	color:#FEA;
}

#cookieinfo{
	display:block;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background:#000B;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	z-index: 1000;
}
#cookieinfo img{
	float: right;
	margin-right: 20px;
}
#cookieinfo .boton{
	color: #000;
	margin: 0 3%;
	padding: 2px 10px;
	border-radius: 2px;
	background: #B8CD95;
}
#cookieinfo .boton:hover{
	background: #45561D;
	color:#FFF;
}
#cookieinfo a{color:#CCC;}
#cookieinfo a:hover{color:#FFF;}





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

	#btnmenu{
		display: none;
	}


	#logo{
		display:block;
		padding: 5px 3%;
		margin: 0 10%;
		width: 70%;
		max-width: 221px;
		filter: grayscale(0.4);
		transition: filter 0.1s;
	}

	#menuhorizontal{
		display: block;
		position:absolute;
		right: 5%;
		top: 20px;
		max-width: 60%;
		text-align: right;
	}

	#menuhorizontal a{
		display:inline-block;
		font-size: 14px;
		text-transform: none;
	}	

	h1{
		font-size: 55px;
	}
	
	h2{
		font-size: 32px;
	}

}


