:root {
  /*///// colors /////*/

  --main-color: #a8c188;

  /*///// fonts  /////*/

  --main-font: 'Futura Bk BT',sans-serif;
}
body{
  min-height: auto;
}
.body-box{
  overflow: hidden;
}
h1, h2{
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
}
h1{
  font-size: 1.2rem;
  margin: 5rem 0;
}
h2{
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 2.5rem;
}
/*/// HOME ///*/
body.home{
  background-color: #000;
  height: 100vh;
}
.video-home{
  height: 100vh;
  width: 100%;
}
.video-texts-container{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.video-texts{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  transition: opacity ease .5s;
  width:100%;
}
.video-texts.active{
  opacity: 1;
}
.video-texts.japanese-cuisine{
  text-align: center;
  font-size: 2.5rem;
  color:#fff;
}

.video-texts.logo img{
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.video-texts.links{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.video-texts.links a{
  font-size: 1rem;
  color:#fff;
  letter-spacing: 20px;
  border: 3px solid #fff;
  padding: 1rem;
  padding-left: calc(1rem + 20px);
  margin: 1.5rem 4rem;
}
.video-texts.links a:hover{
  border: 3px solid var(--main-color);
}
.general-content{
  min-height: 100vh;
  padding: 0 2rem;
  padding-top:43px;
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .video-texts.links a{
    font-size: 1rem;
    letter-spacing: 15px;
    padding-left: calc(1rem + 15px);
    margin: 1.5rem 3rem;
  }
  .video-texts.japanese-cuisine{
    font-size: 1.3rem;

  }
  .video-texts.logo img{
    width:60%;
  }
}
/*/// LUNCH & DINNER / DESSERTS ///*/
.lunch-dinner .hg-pl-swiper,.desserts .hg-pl-swiper{
  display: block;
  margin: auto;
}
.lunch-dinner .hg-pl-swiper img,.desserts .hg-pl-swiper img{
  max-height: 350px;
  background-color: #ddd;
}
.lunch-dinner .hg-pl-swiper p,.desserts .hg-pl-swiper p{
  font-size: 0.9rem;
}
.lunch-dinner .hg-pl-swiper p.price,.desserts .hg-pl-swiper p.price{
  display: none;
}
.hg-swiper-left, .hg-swiper-right{
  color: #000;
  top: -25%;
  opacity: 0.4;
  width: 40px;
}

.hg-swiper-right:before{
  content: " ";
  width: 40px;
  background-image: url(../images/icons/right-arrow-bold.svg);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hg-swiper-left:before{
  content: " ";
  width: 40px;
  background-image: url(../images/icons/left-arrow-bold.svg);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .hg-swiper-right{
    right: 32%;
  }
  .hg-swiper-left{
    left: 32%;
  }
}
@media (max-width: 767px) {
  .hg-swiper-right:before{
    width: 20px;
    height: 20px;
  }
  .hg-swiper-left:before{
    width: 20px;
    height: 20px;
  }
}
/*/// PRIVATE EVENTS ///*/
.private-events{
  background-image: url("/assets/images/events.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.private-events>*{
  max-width: 650px;
  color:#fff;
}
.private-events h2{
  letter-spacing: 5px;
  margin-top: 4rem;
}
.private-events p{
  line-height: 2rem;
  font-size: 1.2rem;
}
.private-events a{
  text-decoration: underline;
  color:#fff;
}
.private-events a:hover{
  text-decoration: none;
}
/*/// CONTACT ///*/
.contact-content h1{
  margin: 3rem 0;
}
.contact-content p{
  margin-bottom: 1rem;
}
.contact-content a{
  color:#000;
}
.contact-content a:hover{
  text-decoration: underline;
}
.contact-content .separador{
  border-bottom: 2px solid #a8c188;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.contact-content .hg-button{
  letter-spacing: 5px;
  max-width: 500px;
  margin: 2.5rem auto;
  background-color: #fff;
  color:#000;
  border:1px solid #000;
}
.contact-content .hg-button:hover{
  text-decoration: none;
  background-color: #000;
  color:#fff;
  border:1px solid #000;
}
/*/// MALLORCA / MARBELLA ///*/
.local.general-content {
  display: grid;
  grid-template-columns: 34% 22% 22% 22%;
  grid-template-rows: 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
  background-color: #FAF9F4;
  grid-gap: 1px;
}
.local-description {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  text-align: start;
  padding: 2rem;
}
.local-description p{
  line-height: 1.8rem;
}
.grid-video {
  grid-column: 2 / 4;
  grid-row: 1;
}
.grid-cube-img-1 {
  grid-column: 2 /3;
  grid-row: 2;
}
.grid-cube-img-2 {
  grid-column: 3 / 4;
  grid-row: 2;
}
.grid-vertical-img {
  grid-column: 4 / 5;
  grid-row:1 / 3;
}
.local .local-text{
  margin: 5rem 0;
}
.grid-video,.grid-cube-img-1,.grid-cube-img-2,.grid-vertical-img {
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.contanct-portals a,.contanct-marbella a{
  color: #000;
}
.contanct-portals a:hover,.contanct-marbella a:hover{
  text-decoration: underline
}
.local .hg-button{
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.local .hg-button:hover{
  background-color: #000;
  ;
  color: #FAF9F4;
}
@media (max-width: 991px) {
  .local.general-content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .local-description {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .grid-video {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .grid-cube-img-1 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .grid-cube-img-2 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  .grid-vertical-img {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }
}

/*/// COOKIES ///*/
#cookiescript_badge{
  bottom: 35px !important;
}
.cookiescriptlogo {
    fill: var(--main-color) !important;
}