@charset "utf-8";
/* CSS Document */

=====
EFFECT FADING OUT FOR SIBLINGS MENU OPTIONS 
=====
*/

.menu:hover .menu__link:not(:hover){
  color: #241c69;
}

/* 
=====
MENU STYLES
=====
*/

/* core styles */

.menu__list{
  display: flex;  
  text-align: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;  
}

.menu__group{
  flex-grow: 1;
}

.menu__link{
  display: block;
}

/* skin */

.menu{
	position:fixed;
	width:100%;
  background-color: #000;
  height:50px;
  top:0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
}

.menu__link{
  padding: 1.5rem 1.5rem;

  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* states */
.menu__link:focus{
  outline: 2px solid #fff;
}

/* hover animation */

.menu__link{
  position: relative;
  overflow: hidden;

  will-change: color;
  transition: color .25s ease-out;  
}

.menu__link::before, 
.menu__link::after{
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;

  will-change: width;
  transition: width .1s ease-out;

  position: absolute;
  bottom: 0;
}

.menu__link::before{
  left: 50%;
  transform: translateX(-50%); 
}

.menu__link::after{
  right: 50%;
  transform: translateX(50%); 
}

.menu__link:hover::before, 
.menu__link:hover::after{
  width: 30%;
  transition-duration: .2s;
}

/*
=====
DEMO
=====
*/

@media (min-width: 768px){

  html{
    font-size: 62.5%;
  }
}

@media (max-width: 767px){

  html{
    font-size: 50%;
  }
}

body{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  margin: 0;
  min-height: 100vh;
  display: flex;  
  flex-direction: column;
  
}

.page{
  box-sizing: border-box;
  max-width: 640px;
  width: 100%;  
  padding-left: 1rem;
  padding-right: 1rem;
  
  order: 1;
  margin: auto;
}

/*
=====
LinkedIn
=====
*/

.linkedin{
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  
  position: absolute;
  top: 0;
  left: 0;
}

.linkedin__container{
  max-width: 1000px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;  
}

.linkedin__text{
  margin-top: 0;
  margin-bottom: 0;
}

.linkedin__link{
  color: #ff5c5c;
}

#facebook{
	width:50px;
position:absolute;
left:950px;
z-index:100;	
top:60px;	
	}

#twitter{
	width:50px;
position:absolute;
left:1100px;
top:60px;
z-index:100;	
	}

#tel{
	width:45px;
position:absolute;
left:1250px;
top:60px;
z-index:100;	
	}	
	
#platillos27{
	width:130px;
position:absolute;
left:1224px;
top:120px;
z-index:100;	
	}	

#platillos29{
	width:200px;
position:absolute;
left:1075px;
top:120px;
z-index:100;	
	}
	
#platillos30{
	width:200px;
position:absolute;
left:1156px;
top:170px;
z-index:100;
font-size:22px;
color:#F09;	
	}
	
#platillos31{
	width:230px;
position:absolute;
left:1088px;
top:200px;
z-index:100;
font-size:22px;
color:#F09;	
	}		
	
#platillos32{
	width:200px;
position:absolute;
left:880px;
top:120px;
z-index:100;	
	}						