*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.banner{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(sopesitos.jpg);
  background-size: cover;
  background-position: center;
}

.navbar{
  width: 85;
  margin: auto;
  padding: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  width: 120px
  cursor: pointer;
}
.navbar ul li{
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.navbar ul li a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.navbar ul li::after{
  content: '';
  height: 3px;
  width: 0;
  background:  #ffd633;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
}
.navbar ul li:hover::after{
  width: 100%;
}
.content{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.content h1{
  font-size: 70px;
  margin-top: 80px;
}
.content p{
  margin: 30px auto;
  font-weight: 200;
  line-height: 40px;
  font-size: 20px;
}
.button ul li a{
  padding: 20px 80px;
  text-align: center;
  margin: 20px 10px;
  border-radius: 25px;
  font-weight: bold;
  border: 2px solid  #ffd633;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 30px;
}

.address p{
  margin-bottom: auto;
}
/* Menu */
.Banner{
  width: 100%;
  height: auto;
  background-color: #FFFBA2;
  background-image: linear-gradient(rgba(0,0,0,0.02),rgba(0,0,0,0.02));
  background-size: cover;
  background-position: center;
}
.navega{
  width: 100;
  margin: auto;
  padding: flex;
  padding-bottom: 20px;
  padding-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.navega ul li{
  list-style: none;
  display: inline-block;
  margin: 0 100px;
  position: relative;
}
.navega ul li a{
  text-decoration: none;
  color: #00022f;
  text-transform: uppercase;
}
.navega ul li::after{
  content: '';
  height: 3px;
  width: 0;
  background:  #ffd633;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
}
.navega ul li:hover::after{
  width: 100%;
}

.comida{
  max-width: 1200px;
  max-height: auto;
  margin: auto;
  overflow: auto;
}
.fotos{
  margin: 20px;
  border: 2px solid white;
  float: left;
  width: 300px;
}
.fotos img{
  width: 100%;
  height: auto;
}
.description{
  padding: 15px;
  text-align: center;
  color: #080808;
  font-size: 20px;
  font-weight: bolder;
}
.price{
  padding: 8px;
  text-align: center;
  color: #fe4164;
  font-style: italic;
  font-weight: bold;
}
.desc{
  color: #080808;
  text-align: center;
  font-weight: 100;
}
.face {
  width: 50px;
  height: 50px;
}
