@font-face {
  font-family: "Sackers-Gothic-Heavy";
  src: url("../fonts/Sackers Gothic Heavy.ttf");
}
@font-face {
  font-family: "Sackers-Gothic-Light";
  src: url("../fonts/Sackers Gothic Light.ttf");
}
@font-face {
  font-family: "Sackers-Gothic-Medium";
  src: url("../fonts/Sackers Gothic Medium.ttf");
}
@font-face {
  font-family: "Highway-Gothic-Condensed-Regular";
  src: url("../fonts/HWYGCOND.TTF");
}
@font-face {
  font-family: "Highway-Gothic-Regular";
  src: url("../fonts/HWYGOTH.TTF");
}
@font-face {
  font-family: "Highway-Gothic-Wide-Regular";
  src: url("../fonts/HWYGWDE.TTF");
}
@font-face {
  font-family: "Erora";
  src: url("../fonts/Erora.ttf");
}
body {
  margin: 0;
  width: 100%;
}

header {
  width: 100%;
  background-color: #09284c;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header i {
  width: 5rem;
}
header i img {
  width: 100%;
  height: 100%;
}
header a {
  text-decoration: none;
  font-family: "Sackers-Gothic-Medium", serif;
  color: #ffffff;
}

.main .__banner {
  padding: 210px 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent), url("../img/restaurante.jpeg");
  background-repeat: no-repeat;
  background-size: 110%;
  background-color: rgba(41, 41, 41, 0.5);
  background-blend-mode: multiply;
  background-position-y: 50%;
  display: flex;
  justify-content: center;
}
.main .__banner h1 {
  font-family: "Erora", serif;
  color: #f1ebd5;
  font-size: clamp(1rem, 7.5vw, 3rem);
}
.main .__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px;
  gap: 40px;
}
@media screen and (max-width: 430px) {
  .main .__menu {
    grid-template-columns: 1fr;
  }
}
.main .__menu .--seccion {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 0;
}
.main .__menu .--seccion h2 {
  font-family: "Sackers-Gothic-Medium", serif;
  color: #09284c;
  align-self: flex-start;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.main .__menu .--seccion .--comidas {
  display: flex;
  flex-direction: column;
}
.main .__menu .--seccion .--comidas .--info {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.main .__menu .--seccion .--comidas .--info p {
  font-family: "Highway-Gothic-Wide-Regular", serif;
  color: #09284c;
  font-size: 1rem;
}
.main .__menu .--seccion .--comidas .--info .--platillo {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.main .__menu .--seccion .--comidas .--info .--platillo p:first-child {
  margin: 0;
  align-self: flex-start;
}
.main .__menu .--seccion .--comidas .--info .--platillo p:nth-child(2) {
  font-family: "Highway-Gothic-Condensed-Regular", serif;
  margin: 0;
  align-self: flex-start;
}

.footer {
  background-color: #09284c;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  padding: 20px 0;
  width: 100%;
}
.footer .__seccion {
  display: flex;
  flex-direction: column;
  color: #f1ebd5;
  margin: 0;
  padding: 0;
  width: 20%;
}
.footer .__seccion .--titulo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.footer .__seccion .--titulo h3 {
  font-family: "Sackers-Gothic-Light", serif;
  font-size: clamp(0.3rem, 2vw, 1.17rem);
}
.footer .__seccion .--titulo i {
  width: 10%;
  height: 10%;
}
@media screen and (max-width: 430px) {
  .footer .__seccion .--titulo i {
    width: 15%;
    height: 15%;
  }
}
.footer .__seccion .--titulo i img {
  width: 100%;
  height: 100%;
}
.footer .__seccion .--titulo a {
  text-decoration: none;
  font-family: "Highway-Gothic-Wide-Regular", serif;
  color: #f1ebd5;
  font-size: clamp(0.2rem, 2vw, 1rem);
}
.footer .__seccion p {
  margin: 5px 0;
  font-family: "Highway-Gothic-Wide-Regular", serif;
  font-size: clamp(0.2rem, 2vw, 1rem);
}/*# sourceMappingURL=main.css.map */