@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-right {
  0% {
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "Speedee";
  src: url(../fonts/Speedee/Speedee_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Bold";
  src: url(../fonts/Speedee/Speedee_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Light";
  src: url(../fonts/Speedee/Speedee_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Italic";
  src: url(../fonts/Speedee/Speedee_It.ttf) format("truetype");
}
:root {
  font-size: clamp(1rem, 1rem + (1vw - 0.234375rem) * 0.5178, 1.1rem);
  min-height: 0vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Speedee", Arial, Helvetica, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.navbar__menu--desktop .yellow {
  color: #ffb81c;
}

.navbar {
  width: 100%;
  height: 60px;
  box-shadow: 0px 3px 13px -3px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.navbar__container {
  width: 100%;
  height: 100%;
  min-width: 300px;
  max-width: 750px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar__container__button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.navbar__logo img {
  height: 40px;
  padding-left: 10px;
}
.navbar__menu--desktop {
  display: none;
}
.navbar__menu--desktop a {
  margin-inline: 10px;
}
.navbar__menu--desktop a svg {
  color: #1d5030;
}
.navbar__menu--mobile {
  width: 100%;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60px;
  height: 300px;
  display: none;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  color: #1d5030;
}
.navbar__menu--mobile .yellow {
  color: #ffb81c;
}
.navbar__menu--mobile a {
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .hamburger {
  margin-right: 15px;
}

.transparent {
  position: fixed;
  z-index: 3;
  height: 100vh;
  width: 100vw;
  background-color: rgb(21, 21, 21);
  opacity: 60%;
  display: none;
}

body {
  position: relative;
}
body .top_svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .top_svg svg {
  width: 100%;
  max-width: 750px;
}

.transparent_restaurant {
  position: fixed;
  z-index: 3;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  display: none;
}

.restaurants {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 230px;
}
.restaurants__card__gamarra {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 80px;
  position: relative;
}
.restaurants__card__gamarra__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: #1d5030;
  font-size: 20px;
}
.restaurants__card__gamarra__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__gamarra__services img {
  width: 100%;
}
.restaurants__card__gamarra .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__gamarra p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__gamarra iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__gamarra button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__gamarra button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__armentia {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__armentia__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: #1d5030;
  font-size: 20px;
}
.restaurants__card__armentia__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__armentia__services img {
  width: 100%;
}
.restaurants__card__armentia .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__armentia p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__armentia iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__armentia button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__armentia button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__gorbeia {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__gorbeia__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: #1d5030;
  font-size: 20px;
}
.restaurants__card__gorbeia__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__gorbeia__services img {
  width: 100%;
}
.restaurants__card__gorbeia .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__gorbeia p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__gorbeia iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__gorbeia button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__gorbeia button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__logrono {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__logrono__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: #ffb81c;
  font-size: 20px;
}
.restaurants__card__logrono__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__logrono__services img {
  width: 100%;
}
.restaurants__card__logrono .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__logrono p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__logrono iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__logrono button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__logrono button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__miranda {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__miranda__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: rgb(43, 42, 42);
  font-size: 20px;
}
.restaurants__card__miranda__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__miranda__services img {
  width: 100%;
}
.restaurants__card__miranda .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__miranda p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__miranda iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__miranda button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__miranda button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__ali {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__ali__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: rgb(43, 42, 42);
  font-size: 20px;
}
.restaurants__card__ali__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__ali__services img {
  width: 100%;
}
.restaurants__card__ali .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__ali p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__ali iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__ali button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__ali button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__villamediana {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 40px;
}
.restaurants__card__villamediana__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: rgb(43, 42, 42);
  font-size: 20px;
}
.restaurants__card__villamediana__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__villamediana__services img {
  width: 100%;
}
.restaurants__card__villamediana .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__villamediana p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 30px;
  opacity: 90%;
}
.restaurants__card__villamediana iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__villamediana button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__villamediana button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__proximamente {
  width: 330px;
  height: 450px;
  margin-inline: auto;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.145);
  margin-top: 20px;
  line-height: 90px;
}
.restaurants__card__proximamente__city {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  margin-left: 5px;
  color: rgb(43, 42, 42);
  font-size: 20px;
}
.restaurants__card__proximamente__services {
  display: none;
  background: white;
  grid-template-columns: 83px 83px 83px 81px;
  grid-template-rows: 84px 84px 91px;
  position: absolute;
  z-index: 2;
}
.restaurants__card__proximamente__services img {
  width: 100%;
}
.restaurants__card__proximamente .restaurants__card__paragraph {
  margin-top: 5px;
  color: #1d5030;
}
.restaurants__card__proximamente p {
  max-width: 750px;
  font-size: 1.1rem;
  text-align: center;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  height: 90px;
  opacity: 90%;
}
.restaurants__card__proximamente iframe {
  display: block;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 3;
}
.restaurants__card__proximamente button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  height: 80px;
  width: 330px;
  background-color: rgba(255, 183, 28, 0.7725490196);
  margin-top: 11px;
}
.restaurants__card__proximamente button img {
  height: 43px;
  margin-right: 10px;
}
.restaurants__card__grid--gamarra {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--gamarra picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--gamarra picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--gamarra img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--armentia {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--armentia picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--armentia picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--armentia img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--gorbeia {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--gorbeia picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--gorbeia picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--gorbeia img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--logrono {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--logrono picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--logrono picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--logrono img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--miranda {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--miranda picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--miranda picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--miranda img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--ali {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--ali picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--ali picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--ali img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.restaurants__card__grid--villamediana {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 81px 83px 83px 83px;
  grid-template-rows: 83px 83px 83px 60px;
  row-gap: 5px;
  position: relative;
  z-index: 1;
}
.restaurants__card__grid--villamediana picture {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 5;
}
.restaurants__card__grid--villamediana picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.restaurants__card__grid--villamediana img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  grid-row-start: 4;
  opacity: 96%;
}
.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%;
}

.introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.introduction h1 {
  color: white;
  font-size: 1.8rem;
  margin-top: 15px;
}
.introduction img {
  height: 150px;
}

hr {
  margin-top: 30px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  min-width: 300px;
  max-width: 750px;
  margin-inline: auto;
}

footer {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
footer .copyright {
  color: #1d5030;
  text-align: center;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
}
body .svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: -1;
}
body .svg svg {
  max-width: 768px;
  min-width: 300px;
}

.magnify_gamarra {
  cursor: pointer;
}

.magnify_armentia {
  cursor: pointer;
}

.magnify_gorbeia {
  cursor: pointer;
}

.magnify_logrono {
  cursor: pointer;
}

.magnify_miranda {
  cursor: pointer;
}

.magnify_ali {
  cursor: pointer;
}

.magnify_villamediana {
  cursor: pointer;
}

.appear {
  animation: flip-in-ver-right 0.5s ease-in both;
}

.disappear {
  animation: flip-in-ver-right 0.5s ease-in both;
}/*# sourceMappingURL=restaurants.css.map */