.restaurants__grid--desktop {
  display: grid;
  grid-template-columns: repeat(2, 330px);
  grid-template-rows: 490px;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.restaurants__card__gamarra {
  margin-top: 20px;
  width: 330px;
  height: 450px;
}
.restaurants__card__gamarra__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__armentia {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__armentia__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__gorbeia {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__gorbeia__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__logrono {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__logrono__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__miranda {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__miranda__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__ali {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__ali__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__villamediana {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__villamediana__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__proximamente {
  width: 330px;
  height: 450px;
  margin-top: 20px;
}
.restaurants__card__proximamente__services {
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
}
.restaurants__card__grid--gamarra {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants__card__grid--logrono {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants__card__grid--miranda {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants__card__grid--ali {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants__card__grid--villamediana {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants button {
  width: 330px;
}
.restaurants iframe {
  width: 330px;
  height: 324px;
}
.restaurants__card__grid--armentia {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants__card__grid--gorbeia {
  grid-template-columns: 82px 83px 83px 82px;
  grid-template-rows: 83px 83px 83px 60px;
}
.restaurants h2 {
  max-width: 750px;
}

.restaurants__card__grid--proximamente {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 0px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--proximamente picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--proximamente picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--proximamente img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}/*# sourceMappingURL=restaurants-lg.css.map */