@import url(./bootstrap-5.3.3-dist/css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Blatchford;
  src: url(fonts/blatchford/Blatchford-Fabric.otf);
}
h1 {
  font-family: Blatchford;
  font-size: 50px;
  color: white;
}

h2 {
  font-family: Blatchford;
  font-size: 40px;
  color: white;
}

h3 {
  font-family: Blatchford;
  font-size: 35px;
  color: white;
}

h4 {
  font-family: Blatchford;
  font-size: 30px;
  color: white;
}

h5 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

p {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  line-height: 150%;
}

.rojo-aires {
  color: #e83660;
}

.ghotam {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

body {
  background-color: #141414;
}

.background-nav {
  background-color: black;
  height: 120px;
  width: 100%;
  z-index: 0;
  top: 0;
}

nav {
  display: flex;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  height: 120px;
  z-index: 1;
}
nav a {
  color: white;
  text-decoration: none;
}
nav .logo {
  width: 100px;
  height: 75px;
}

.reserva {
  position: fixed;
  z-index: 2;
  justify-content: center;
  right: 5px;
  bottom: 5px;
}
.reserva img {
  width: 80px;
  height: 80px;
}
.reserva h6 {
  font-family: Blatchford;
  font-size: 20px;
  color: white;
}

.banner img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
@media only screen and (min-width: 576px) {
  .banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.tarjeta {
  background-color: #2b2b2b;
  border-radius: 5px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.celebra {
  margin-top: auto;
  background-image: url(img/background2.png);
  background-size: cover;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.celebra img {
  border-radius: 5px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.icon {
  width: 60px;
}

.datos {
  height: 75px;
}
@media only screen and (max-width: 576px) {
  .datos {
    height: auto;
  }
}

.boton-carta {
  border: none;
  background: none;
  transition: transform 0.2s;
  margin: 0 auto;
  aspect-ratio: 1.1;
  width: 100%;
}
.boton-carta h4 {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
}
.boton-carta img {
  border-radius: 5px;
  aspect-ratio: 1.1;
}
@media only screen and (min-width: 576px) {
  .boton-carta:hover { /* IE 9 */ /* Safari 3-8 */
    transform: scale(1.3);
  }
}

.boton-cerrar {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.boton-cerrar:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}
.boton-cerrar:active {
  position: relative;
  top: 1px;
}

.modal-content {
  background-color: #2b2b2b;
}
.modal-content h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  text-transform: capitalize;
}

.modal-body {
  padding: 0;
  padding-bottom: 40px;
}

.modal-header {
  border: none;
}
.modal-header .btn-close {
  --bs-btn-close-opacity: 1;
}

hr {
  border-top: 5px dotted rgb(255, 255, 255);
  opacity: 1;
  margin-top: 8px;
}

.fajitas img {
  border-radius: 5px;
}
.fajitas h4 {
  font-size: 25px;
}

.parrillada img {
  border-radius: 5px;
}
.parrillada h4 {
  font-size: 25px;
}

.eventos img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1.1;
}

footer {
  background-color: #2b2b2b;
}
footer h5 {
  font-family: Blatchford;
}
footer .footer-logo {
  width: 75px;
  aspect-ratio: auto;
}/*# sourceMappingURL=style.css.map */