.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

p {
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.menu-header-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vh;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-grid-top-of-page {
  z-index: 0;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.food-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.body {
  background-color: #1b1b1b;
}

.header-ps {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Didot, sans-serif;
  color: #d8d8d8;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.grid {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". ."
    ". Area";
}

.div-block {
  background-color: transparent;
  background-image: url('../images/Logo-PiedraSal-Oficial-White.png');
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.div-block-2 {
  background-image: url('../images/XT400244.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  background-image: url('../images/XT400274.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-button {
  width: auto;
  padding: 10px;
  font-family: Helvetica, sans-serif;
  color: #585858;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button:hover {
  text-decoration: underline;
}

.menu-button.home {
  padding-right: 5px;
  padding-left: 5px;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 15px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Didot, sans-serif;
  color: #d8d8d8;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.footer-text {
  font-family: Helvetica, sans-serif;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.social-footer {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/facebook-dark-gray.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.social-footer.trip {
  background-image: url('../images/Trip-Dar-Gray.png');
}

.social-footer.location {
  background-image: url('../images/location-icon.png');
  background-size: 60%;
}

.food-detail-pic {
  width: 100%;
  height: 50vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/_B5A2909.jpeg');
  background-position: 80% 50%;
  background-size: cover;
}

.drink-detail-pic {
  width: 100%;
  height: 50vh;
  background-image: url('../images/_B5A3379.jpeg');
  background-position: 50% 40%;
  background-size: cover;
}

.cava-detail-pic {
  width: 100%;
  height: 50vh;
  background-image: url('../images/_B5A2723.jpeg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 1px;
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  border-left: 1px solid #d8d8d8;
}

.footer-container {
  padding: 200px 50px 50px;
  border-style: none;
  border-width: 1px;
  border-color: #333;
}

.column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #d8d8d8;
}

.column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #d8d8d8;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: -45px auto 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-gallery {
  width: 100vw;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.grid-2 {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/_B5A2621.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  background-image: url('../images/_B5A2947.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  background-image: url('../images/_B5A2909.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  background-image: url('../images/_B5A2723.jpeg');
  background-position: 0px 0px;
  background-size: 125px;
}

.no-space {
  padding-right: 0px;
  padding-left: 0px;
}

._1 {
  height: 50vh;
  background-image: url('../images/_B5A3134.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2 {
  height: 100vh;
  background-image: url('../images/_B5A2929.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3 {
  height: 50vh;
  background-image: url('../images/_B5A2782.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

._4 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/_B5A2608.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._5 {
  height: 50vh;
  background-image: url('../images/_B5A2535.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

._6 {
  height: 50vh;
  background-image: url('../images/_B5A2903.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

._7 {
  height: 100vh;
  background-image: url('../images/_B5A3100.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

._8 {
  height: 50vh;
  background-image: url('../images/_B5A2937.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._9 {
  height: 50vh;
  background-image: url('../images/_B5A2879.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._10 {
  width: 25vw;
  height: 50vh;
  background-image: url('../images/_B5A2572.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

._11 {
  width: 25vw;
  height: 50vh;
  background-image: url('../images/_B5A2597.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._12 {
  width: 25vw;
  height: 50vh;
  background-image: url('../images/_B5A2883.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._13 {
  width: 25vw;
  height: 50vh;
  background-image: url('../images/_B5A2916.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._14 {
  height: 100vh;
  background-image: url('../images/_B5A2746.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

._15 {
  height: 100vh;
  background-image: url('../images/_B5A2985.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._16 {
  height: 50vh;
  background-image: url('../images/_B5A2793.jpeg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._17 {
  height: 50vh;
  background-image: url('../images/_B5A2972.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/_B5A2955.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p {
  margin-top: -15px;
  color: #d8d8d8;
  font-size: 20px;
  line-height: 20px;
}

.amfer {
  z-index: 100;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/amfer-PS.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.amfer-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tilt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #d8d8d8;
}

.navbar {
  display: none;
}

.section {
  display: none;
}

.section-home-phone {
  display: none;
}

.section-2 {
  display: none;
}

.section-3 {
  display: none;
}

.section-4 {
  display: none;
}

.footer-phone {
  display: none;
}

.div-block-breakfast {
  background-image: url('../images/_B5A2580.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-breakfast-2 {
  background-image: url('../images/_B5A2658.jpeg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breakfast-logo-piedra-sal {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  background-image: url('../images/Carta-Desayuno-Covid-Oct-22-2020.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.breakfast-logo-piedra-sal.lunch-cena {
  background-image: url('../images/Logo-PS-Gray.png');
  background-position: 50% 50%;
  background-size: auto 80%;
}

.menu-holder-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  font-family: Lanenar, sans-serif;
}

.bold-text {
  font-size: 15px;
}

.divider-horizontal {
  width: 150px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 0.5px solid rgba(51, 51, 51, 0.5);
}

.div-holder-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-breakfast {
  margin-top: 20px;
  font-family: Helvetica, sans-serif;
  color: #59595a;
  font-size: 21px;
  line-height: 21px;
}

.text-breakfast.coffee {
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text-breakfast.drinks {
  margin-bottom: 50px;
}

.vegan {
  color: #9ab999;
  font-style: normal;
  font-weight: 400;
}

.decaf-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.sub-tea {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
}

.coffee {
  background-image: url('../images/Coffee.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Coffee.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.new-hours-covid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  padding: 30px 50px;
  background-color: #333;
  font-family: Helvetica, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.side {
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
}

.glass {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.taxes {
  display: block;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.text-menu {
  margin-bottom: 50px;
  color: #414042;
  font-size: 18px;
  line-height: 18px;
}

.text-menu.drinks {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.text-menu.larga {
  padding: 10px 50px 25px;
  background-color: #2e5675;
  color: #fff;
}

.heading-title {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #59595a;
  font-family: Didot, sans-serif;
  color: #414042;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.heading-title.larga {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-left: 50px;
  border-bottom-color: #2e5675;
  background-color: #2e5675;
  color: #fff;
}

.header-wine {
  font-size: 20px;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

.button-qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 70px;
  margin: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(89, 89, 90, 0.5);
  font-family: Helvetica, sans-serif;
  color: #414042;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc {
  padding-right: 7px;
  padding-left: 5px;
  border-style: solid;
  border-width: 4px;
  border-color: #923d3d;
  border-radius: 20px;
  background-color: #923d3d;
  font-family: Didot, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -1px;
}

.blue-cheese {
  font-size: 14px;
  line-height: 13px;
}

.flechita {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #59595a;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/down-arrows-gray.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.boton-menu-virtual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(89, 89, 90, 0.5);
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #59595a;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-line {
  position: absolute;
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #fff;
  background-color: #fff;
}

.bold-text-3 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .menu-header-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-padding {
    height: 50vh;
  }

  .header-ps {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .div-block {
    background-size: 280px;
  }

  .footer-heading {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 1px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 15px;
  }

  .food-detail-pic {
    height: 50vh;
  }

  .drink-detail-pic {
    height: 50vh;
  }

  .cava-detail-pic {
    height: 50vh;
  }

  .divider {
    width: 25px;
    height: 1px;
    margin: 15px 0px;
    border-bottom: 1px solid #333;
    border-left-style: none;
  }

  .column.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-social {
    width: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 13px;
    line-height: 17px;
  }

  .footer-phone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home-grid-top-of-page {
    display: none;
  }

  .div-social {
    display: none;
  }

  ._1 {
    height: 50vh;
  }

  ._2 {
    height: 50vh;
  }

  ._3 {
    height: 50vh;
  }

  ._4 {
    height: 50vh;
  }

  ._5 {
    height: 50vh;
  }

  ._6 {
    height: 50vh;
  }

  ._7 {
    height: 50vh;
  }

  ._8 {
    height: 50vh;
  }

  ._9 {
    height: 50vh;
  }

  ._10 {
    width: 100vw;
    height: 50vh;
  }

  ._11 {
    width: 100vw;
    height: 50vh;
  }

  ._12 {
    width: 100vw;
    height: 50vh;
  }

  ._13 {
    width: 100vw;
    height: 50vh;
  }

  ._14 {
    height: 50vh;
  }

  ._15 {
    height: 50vh;
  }

  ._16 {
    height: 50vh;
  }

  ._17 {
    height: 50vh;
  }

  ._18 {
    height: 50vh;
  }

  .tilt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #945959;
    color: #fff;
  }

  .text-block {
    font-family: Didot, sans-serif;
    color: #fff;
    font-size: 20px;
  }

  .breakfast-logo-piedra-sal {
    height: 200px;
  }

  .breakfast-logo-piedra-sal.lunch-cena {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .taxes {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: center;
  }

  .text-menu {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .text-menu.drinks {
    padding-bottom: 10px;
  }

  .heading-title.hide {
    display: none;
  }

  .button-qr {
    width: 100%;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-2 {
    letter-spacing: 0.5px;
  }

  .div-block-15 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .menu-header-div {
    display: none;
  }

  .home-grid-top-of-page {
    display: none;
  }

  .food {
    display: none;
  }

  .bar {
    display: none;
  }

  .header-ps {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .concept {
    display: none;
  }

  .menu-button {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    display: none;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 4px;
  }

  .footer-heading.ubi-line {
    padding-top: 20px;
    border-top: 1px solid rgba(89, 89, 90, 0.8);
  }

  .footer-heading.horas-line {
    padding-top: 20px;
    border-top: 1px solid rgba(89, 89, 90, 0.8);
  }

  .footer-text {
    font-size: 20px;
    line-height: 20px;
  }

  .social-footer {
    width: 35px;
    height: 35px;
  }

  .div-social {
    display: none;
    margin-top: 25px;
  }

  .p {
    margin-bottom: 20px;
  }

  .tilt {
    display: none;
  }

  .navbar {
    display: block;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .brand {
    width: 200px;
    height: 100px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: url('../images/PS-Gray-Logo-No-Quinoa.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .menu-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-phone.w--open {
    background-color: #fff;
    color: #fff;
  }

  .section {
    display: block;
    height: 100vh;
  }

  .section-home-phone {
    display: block;
    width: 100vw;
    height: 50vh;
    background-image: url('../images/_B5A2949.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: right;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .nav-link.w--current {
    color: #333;
    text-decoration: underline;
  }

  .nav-link.bottom {
    margin-bottom: 15px;
  }

  .section-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-3 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-4 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #59595a;
    font-size: 35px;
    line-height: 35px;
  }

  .footer-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breakfast-logo-piedra-sal {
    background-image: url('../images/Carta-Desayuno-Covid-Oct-22-2020.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .breakfast-logo-piedra-sal.lunch-cena {
    background-size: 95%;
  }

  .menu-holder-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 150px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-holder-menu-buttons {
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-breakfast.drinks {
    width: 100%;
  }

  .vegan {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.6px;
  }

  .decaf-block {
    margin-top: 0px;
  }

  .div-block-9 {
    width: 200px;
    height: 200px;
  }

  .new-hours-covid {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    width: 100vw;
    padding: 20px;
  }

  .taxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
  }

  .text-menu {
    font-size: 21px;
    line-height: 21px;
  }

  .heading-title {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-title.hide {
    display: none;
  }

  .div-block-10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sc {
    color: #f0c58a;
    font-style: normal;
  }
}

@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanenar';
  src: url('../fonts/LANENAR_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}