/*
	Author: 		Diego Delbono
	Version: 		1.0		
	
*/

@media screen and (max-width: 1024px){
	section#intro .img-bienvenido{ display: none;}
}

@media screen and (max-width: 1000px){
	
	header.header.shrink nav ul li a.pedidos{ display: none;}
	
}


@media screen and (max-width: 640px){
	
	p, span, ul li, a{
		font-size: 1.125rem;
		line-height: 1.25rem;
	}
	
	p.important {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	
/*	HEADER + NAV
	------------------------------------------ */
	header{
		background: url(../img/slide-01.jpg) no-repeat center center;
		background-size: cover;
		text-align: center;
		height: 15rem;
		position: relative;
	}
	
	header nav{
		background: #dd272f;
		margin-top: 0;
	}
	
	header nav ul.right{
		float: none !important;
		padding: 0.5rem 0;
		display: table;
		margin: 0 auto;
	}
	
	header .large-9.columns{
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	header .ico-menu{
		background: url(../assets/ico-menu.png) no-repeat center center;
		position: absolute;
		left: 1rem;
		top: 1rem;
		height: 2rem;
		width: 1rem;
		z-index: 1200;
	}
	
	header.header.shrink{
		position: relative;
		height: 8rem;
	}
	
	header.header.shrink nav ul li a{
		color: #fff;
	}
	
	header.header.shrink nav ul li a.pedidos{
		display: none;		
	}
	
/*	Section [INTRO]
	------------------------------------------ */
	section#intro{
		display: none;
	}

	/*	Section [MENU] + MODAL
		------------------------------------------ */
		.reveal-modal{
			top: 0;			
		}	
		
		.reveal-modal .close-reveal-modal{
			right: 0.5rem;
			top: 0.5rem;
		}
	
/*	Section [CONTACTO]
	------------------------------------------ */
	section#contacto .tipo-contacto{
		margin: 0.5rem 0 1rem 0;
	}		

/*	Footer
	------------------------------------------ */
	footer *{
		font-size: 0.875rem;		
	}

}