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


@media screen and (max-width: 960px) {
	
	.header {
		width: 100%;
		height: 110px;
		display: block;
		border-right: 0;
		border-bottom: 4px #EBB15A solid;
		position: relative;
	}
	
	nav {
		display: block;
		height: 100%;
		max-width: 300px;
		margin: auto;
	}
	
	nav a.ixim {
		display: inline-block;
		width: 100px;
		height: 100%;
		padding: 0;
		vertical-align: middle;
	}
	
	.chable {
		position: relative;
		width: 100px;
		display: inline-block;
		vertical-align: middle;
		bottom: 0;
	}
	
	section article:last-child {
		left: 0;
    	width: 100%;
	}
	
	.cont {
		width: 100%;
		top: 0px;
		position: relative;
		display: block;
		padding-top: 2%;
		height: auto;
	}
	
	h1 {
		margin: auto;
    	padding: 50px 15px;
		text-align: center;
	}
	
	h1:after,
	h1:before {
		left: 43%;
	}
	
	p {
		margin: auto;
		padding: 0 15px;
		font-size: 12px;
		line-height: 18px;
	}
	
	a.menu-degustacion {
		padding: 0px;
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	.pleca {
		left: 590px;
	}
	
	.pleca svg {
		transform: rotate(90deg);
	}
	
	footer {
		bottom: 0;
		left: 0;
		font-size: 12px;
		position: fixed;
		text-align: center;
		line-height: 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	footer ul {
		padding: 10px 0;
	}
	
	footer ul li {
		display: block;
		margin-bottom: 5px;
	}
	
	section { position: relative; }
	
	.slide {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	nav a.ixim img { margin: 0px 0px 0px 30px; }
	
}


@media screen and (max-width: 390px) {
	h1 {
		font-size: 24px;
	}
}

@media screen and (max-height: 460px) {
	h1 {
		font-size: 20px;
    	padding: 10px 15px;
		max-width: 100%;
	}
	
	h1:after,
	h1:before {
		display: none;
	}
	
	footer ul li {
		display: inline-block;
	}
}