@charset "UTF-8";

@font-face {
  font-family: "Gotham";
  src: url("https://www.sotorestaurante.eus/assets/fonts/gotham-book-1361523257.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://www.sotorestaurante.eus/assets/fonts/gotham-bold-1361523260.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m16.9497 8.4644-1.4142-1.41422L12 10.5857 8.46447 7.05018 7.05025 8.4644l3.53555 3.5355-3.53555 3.5356 1.41422 1.4142L12 13.4141l3.5355 3.5356 1.4142-1.4142-3.5355-3.5356 3.5355-3.5355Z'/%3E%3Ccircle cx='12' cy='12' r='11' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  height: auto;
  margin:0;
  color: #fff;
  font-family: Gotham, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 14px;
  text-align: center;

  background: center/cover no-repeat url('https://www.sotorestaurante.eus/assets/imgs/SOTO-bg.jpg');
}
/* Colores NCS: Azul S 7020 R80B / Rojo  S 2570 Y90R */
.red {
  color: #A41A1C;
}
.azul {
  color: #09294D;
}
header, footer {
    padding: 4em;
}
section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 3em;
  text-align: center;
  overflow-y: auto;
}
p {
  margin-bottom: 0;
}
a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: left;
}
.tc {
  text-align: center;
}
/* FLEX */
.flex-row, .flex-col {
  display: flex !important;
}
.flex-row {
  flex-flow: row;
}
.flex-col {
  flex-flow: column;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .flex-row {
    flex-flow: row wrap;
  }
  .flex-row > div, .flex-row > p {
    width: 100% !important;
    margin-bottom: 1em;
  }
}

.logo {
  width: 60%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.title {
  margin-bottom: 2em;
}
.title p {
  font-size: 23px;
  font-size: clamp(1rem, 0.8125rem + 0.8333vw, 1.5rem);
  font-weight: bold;
  line-height: 1em;
}
.reserva {
  max-width: 800px;
  margin: 0 auto 4em;
}
.hide {
  display: none;
}
.reserva .vacaciones{
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 2em;
  background: white;
} 
.vacaciones p {
  color: #A41A1C;
  font-size: clamp(1rem, 0.8125rem + 0.8333vw, 1.5rem);
  font-weight: 600;
  line-height: 1em;
  margin: 0.5em;
}
.calendario p {
  font-size: 23px;
  font-size: clamp(1rem, 0.8125rem + 0.8333vw, 1.5rem);
  border: 1px solid white;
  padding-top: 1em;
}

.galeria {
  position: relative;
  width: 80%;
  max-width: 950px;
  margin:0 auto 2em;
  overflow: hidden;
}
.galeria .swiper-wrapper {
  width: 100%;
}
.galeria picture {
  cursor: pointer;
}
.galeria picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 9/6;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 13px));
  width: 30px !important;
  height: 25px !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: white;
  font-size: 18px !important;
  background: #A41A1C;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 5px;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup__container {
  position: relative;
  width: 80%;
  max-width: 1440px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 12fr 13fr;
}
.popup__container img {
  width: auto;
  max-width: 100%;
  height: 75vh;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__container .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  background: white;
  -webkit-mask: center/contain no-repeat var(--close);
          mask: center/contain no-repeat var(--close);
  cursor: pointer;
}

.bottom {
  align-items: flex-end;
}
.dir {
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
}
.horario {
  width: 50%;
}
.horario>div {
  gap: 0 3em;
  justify-content: center;
}
.horario p {
  /*font-size: 20px;
  font-size: clamp(0.875rem, 0.7143rem + 0.7143vw, 1.25rem);*/
  line-height: 1.2em;
}
.ordua span::before {
  content: '';
  margin: 0 0.2em;
  width: 20px;
  display: inline-block;
  height: 1px;
  background: white;
  vertical-align: middle;
}
.icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  display: block;
  vertical-align: middle;
}
.rrss p {
  margin: 0;
  padding-top: 0.5em;
  line-height: 1em;
  font-size: 14px;
  vertical-align: middle;
}
.rrss .gv {
  width: 200px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .reserva {
    max-width: 350px;
  }
  .reserva iframe {
    /*height: auto !important;*/
  }
  .flex-row div.horario {
    margin-left: auto;
    margin-right: auto;
  }
  .flex-row div.insta {
    width: 140px !important;
    flex-flow: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
  a, .dir {
    text-align: center; 
  }
}
@media screen and (max-width: 600px) {
  header, footer {
      padding: 1em;
  }
  .logo {
    width: 80%;
  }
  section {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .ordua {
    width: 100%;
  }
  .galeria {
    max-width: 200px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 20px !important;
    height: 15px !important;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 12px !important;
  }
  .rrss .gv {
    width: 150px;
  }
}