
/* PAGINA HINOKI */

@font-face
{
  font-family: 'Lowvetica';
  src: url('Lowvetica/Lowvetica.ttf');
}

@font-face {
font-family: 'Billabong';
src: url('Billabong/Billabong.ttf');
}

*
{
  font-family: "Lowvetica";
	font-size: 25px;
  color: black;
}

body{
  background-color: #ffc000 !important;
  margin:0;
  text-align:center;
  overflow-x: hidden;
}

p{
  margin-bottom: 0;
}

ul{
  list-style: none;
}

/* SECCION HOME */

  #home{
    height: 100vh;
    background-color:#1A1919;
  }

@media (max-width: 1024px) {
  #home{
    background-image: url(../images/Portada2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: 65vh;
    margin-top: 10vh;
  }
}

.placeholder{
  box-sizing:border-box;
  position:relative;
  margin-bottom: 0;
  min-height: 90vh;
  margin-top: 5vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1024px) {
  .placeholder{
    display: none;
  }
}

.column, .blind, .blindImg{
  position:absolute;
  top:0;
  height:100%;
  box-sizing:border-box;
}

.blind{
  overflow:hidden;
}

.blindImg{
  width:100%;
  background-size:cover;
}

/* BARRA DE NAVEGACION */

.navbar{
  width: 100%;
  height: 10vh;
  position: fixed;
  z-index: 3;
  background-color: black !important;
  color: white !important;
  border: none;
  top: 0;
}

@media (max-width: 1024px) {
  .navbar{
    padding: 10px;
  }
}

.navbar-brand{
  font-size:  50px;
  color: white !important;
}

@media (max-width: 576px) {
  .navbar-brand{
    font-size:  20px;
    margin-right: 0;
  }
}

.navbar-subbrand{
  font-size: 35px;
  color: white;
  margin: 0 10px;
}

@media (max-width: 576px) {
  .navbar-subbrand{
    font-size:  15px;
    margin: 0;
  }
}

.navbar-nav{
  margin-left: auto;
  margin-right: auto;
}

.navbar-nav .nav-link{
  width: 35px;
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .navbar-nav .nav-link{
    width: 30px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.nav-icon{
  width: 25px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

@media (max-width: 1024px) {
  .nav-icon{
    width: 20px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

a, a:hover{
  text-decoration: none !important;
}

.img-logo{
  height: 50px !important;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  .img-logo{
    height: 30px !important;
    margin: 0 2px;
    padding: 0;
  }
}

.telephone{
  font-size: 2rem;
  color: white;
}

@media (max-width: 1024px) {
  .telephone{
    display: none;
  }
}

@media (max-width: 600px) {
  .telephone{
    font-size: 1rem;
    padding-left: 5px;
  }
}

/* MENU DESPLEGABLE */


.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: white;
  width: 100%;
}

.navigation li a {
  padding: 5px;
  font-size: 18px;
  color: white;
  display: inline-block;
  outline: 0;
  font-weight: 200;
}

@media (max-width: 800px) {
  .navigation li a {
    font-size: 15px;
  }
}

.navigation li:hover ul.dropdown {
  display: block;
}

.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #337ab7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.navigation li ul.dropdown li a {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #005c4d;
  font-weight: 400;
}

.navigation li ul.dropdown li:last-child a {
  border-bottom: none;
}

.navigation li:hover a {
  color: #fff !important;
}

.navigation li:first-child:hover a {
  border-radius: 3px 0 0 3px;
}

.navigation li ul.dropdown li:hover a {
  background: #7f001b;
}

.navigation li ul.dropdown li:first-child:hover a {
  border-radius: 0;
}

.navigation li:hover .arrow-down {
  border-top: 5px solid #fff;
}

.navigation {
  background-color: black !important;
  width: 210px;
  display: block;
  position: fixed;
  left: 0;
  top: 10vh;
  transition: top 0.3s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: auto !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  text-align: left;
  z-index: 1001;
}

@media (max-width: 800px) {
  .navigation {
    width: 100%;
    text-align: center;
  }
}

.navigation:hover{
  cursor: pointer;
}

.navigation-link li{
  font-size: 20px;
  padding-left: 20px;
}

.navigation-link li:hover{
  background-color: #ffc000;
  color: black;
}

.hidden{
  visibility: hidden;
}

.visible{
  visibility: visible;
}

/* SECCION MENU */

#menu{
  height: 90vh;
  margin: 40px;
  margin-left: 0;
}

@media (max-width: 1024px) {
  #menu{
    height: 100%;
    margin: 0 5%;
  }
}

.img-menu{
  width: 100%;
  height: 600px;
}

@media (max-width: 1024px) {
  .img-menu{
    height: 700px;
  }
}

.img-new-products{
  width: 210px;
  height: 100%;
  max-height: 85vh;
}

.img-icon-service-location{
  margin-top: auto;
  margin-bottom: auto;
  height: 90px;
}

@media (max-width: 1024px) {
  .img-icon-service-location{
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

.img-icon-service-ecommerce{
  margin-top: auto;
  margin-bottom: auto;
  height: 80px;
}

@media (max-width: 1024px) {
  .img-icon-service-ecommerce{
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

.img-icon-service-uber{
  margin-top: auto;
  margin-bottom: auto;
  height: 60px;
}

@media (max-width: 1024px) {
  .img-icon-service-uber{
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

.menu-link{
  width: 100% !important;
  text-decoration: none !important;
}

.menu-rows{
  margin-left: 20px;
  height: 75vh;
}

@media (max-width: 1024px) {
  .menu-rows{
    margin: 0px;
    height: 100%;
  }
}

.menu-row{
  /* height: 150px; */
  margin: 1% 0;
  /* border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 1px; */
}

@media (max-width: 1024px) {
  .menu-row{
    height: 100%;
    margin: 10% 0;
  }
}

.line-separator{
  margin: 0 auto;
  width: 80%;
  justify-content: center;
  height: 1.5px;
  background-color: white;
}

@media (max-width: 1024px) {
  .line-separator{
    margin: 0 auto;
    width: 90%;
  }
}

/* .menu-row-service1{
  background-image: url(../images/bg-service1.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
} */

/* .menu-row-service2{
  background-image: url(../images/bg-service2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/* .menu-row-service3{
  background-image: url(../images/bg-service3.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
} */

.text-es{
  font-weight: 900 !important;
}

@media (max-width: 1024px) {
  .text-es{
    justify-content: center;
  }
}

.text-en{
  font-weight: 900 !important;
  line-height: .5;
}

@media (max-width: 1024px) {
  .text-en{
    justify-content: center;
    font-size: 45px;
    line-height: .8;
  }
}

/* CAROUSEL */

#hero-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
}

#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
}

#hero-carousel{
  img {
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
  }
  & i {
    position: absolute;
    top: 50%;
  }
}

.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

.carousel{
  height: 85vh;
  max-height: 85vh;
  width: 100%;
}

@media (max-width: 576px) {
  .carousel{
    height: 60vh;
    width: 100%;
  }
}

.carousel-inner{
  height: 100%;
}

.carousel-inner .carousel-item
{
  height: 100%;
  width: 100%;
}

/*  UBICACION */

#location{
  padding-top: 13vh;
}

.img-kanji{
  width: 70px;
}

@media (max-width: 1024px) {
  .img-kanji{
    width: 50px;
  }
}

.video-container{
  position: relative;

}

.vid-icon{
  position: absolute;
  margin: 20px;
  bottom: 0;
}

#products .vid-icon{
  margin: 40px 20px;
}

.vid-icon:hover{
  cursor: pointer;
}

@media (max-width: 1024px) {
  .vid-icon{
    display: none;
  }
}

.display-none{
  display: none;
}

video{
  width: 100%;
  height: 100%;
}

.video-location{
  display: flex;
  background-image: url(../images/poster-location.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .video-location{
    display: none;
  }
}

.map-container{
    display: flex;
    width: 100%;
}

.col-location{
  padding-right: 0;
}

@media (max-width: 1024px) {
  .col-location{
    padding: 0;
  }
}

.video-products{
  margin: 20px 0;
  background-image: url(../images/poster-products.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .video-products{
    display: none;
  }
}

.img-products{
  display: none;
}

@media (max-width: 1024px) {
  .img-products{
    display: flex;
    height: 200px;
  }
}

/* SECCION ACERCA DE */

#about{
  padding: 5%;
  margin-top: 13vh;
}

.img-logo-section{
  width: 120px;
  margin-bottom: 20%;
}

.about-text p{
  font-size: 45px;
  line-height: .9;
}

@media (max-width: 1024px) {
  .about-text p{
    font-size: 25px;
  }
}

.img-logo-text{
  width: 20px;
}

/* SECCION VIDEO PROMOCIONAL */

#products{
  border-style: solid;
  border-color: #c49608;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
}

/* GRID DE INSTAGRAM */

#instagram{
}

#instagram .section-title{
  font-family: "Billabong";
  font-size: 100px;
  color: black;
}

@media (max-width: 1024px) {
  #instagram .section-title{
    font-size: 60px;
  }
}

.img-title-instagram{
  height: 100px;
  margin-bottom: 3%;
}

@media (max-width: 767px) {
  .img-title-instagram{
    height: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.img-instagram{
  width: 40px;
}

@media (max-width: 1024px) {
  .img-instagram{
    width: 35px;
  }
}

.likes, .comments{
  font-size: 35px;
}

.grid-sizer,
.grid-item {
  width: 50%;
}

.img-featured-container {
  overflow: hidden;
  position: relative;
}
.img-featured-container img {
  width: 100%;
  display: block;
}
.img-featured-container .img-backdrop {
  background: linear-gradient(135deg, rgb(255, 192, 0), rgba(252, 214, 99, 0.5));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
  opacity: 0;
  transition: all .2s ease;
}
.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}
.img-featured-container .description-container .caption {
  display: none;
  margin-bottom: 10px;
}
.img-featured-container .description-container .likes,
.img-featured-container .description-container .comments {
  margin: 0 5px;
}
.img-featured-container:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.img-featured-container:hover .img-backdrop, .img-featured-container:hover .description-container {
  opacity: 1;
}

#btn-instafeed-load {
  color: #fff;
  background: #26a3ff;
  font-size: 16px;
  margin: 20px auto;
  padding: 8px 40px;
  display: block;
  border: none;
}

@media screen and (min-width: 500px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
}

/* SECCION DE AVISO DE PRIVACIDAD */

#privacy-notice{

}

.text-title-rights{
  margin-top: 15vh;
  font-size: 50px;
  font-weight: 900;
  color: black;
}

@media (max-width: 1024px) {
  .text-title-rights{
    font-size: 40px;
  }
}

.text-privacy-notice{
  margin-left: 10%;
  margin-right: 10%;
  text-align: left;
}

@media (max-width: 1024px) {
  .text-privacy-notice{
    margin-left: auto;
    margin-right: auto;
  }
}

textarea{
  resize: none;
}

/* SECCION DE FOOTER */

#footer{
  margin-top: 2%;
}

.img-pockys{
  width: 100%;
  height: 100%;
}

/* PAGINA EN CONSTRUCCION */

#construccion{
  max-height: 100vh !important;
}

.construccion{
  background-color: rgb(254,192,006);
}

@media (max-width: 1024px) {
  .construccion{
    overflow: hidden;
  }
}

#img-pocky{
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  #img-pocky{
    display: none;
  }
}

.img-construccion{
  position: absolute;
  width: 100%;
  bottom: -21%;
  left: 0;
  height: 90%;
}

#construction-text{
  justify-content: center;
  right: 16%;
}

@media (max-width: 1024px) {
  #construction-text{
    right: 0;
  }
}

.construction-title{
  color: white;
  font-size: 40px;
  font-weight: 800;
  margin-top: 20px;
  letter-spacing: 5px;
}

@media (max-width: 1024px) {
  .construction-title{
    font-size: 35px;
  }
}

.construction-subtitle{
  margin-top: 60px;
  font-family: arial;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .construction-subtitle{
    margin-top: 60px;
  }
}

.construction-socialmedia{
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .construction-socialmedia{
    margin-top: 35px;
  }
}

.construction-icon-socialmedia{
  margin-left: 35px;
  margin-right: 35px;
  width: 30px;
}

@media (max-width: 1024px) {
  .construction-icon-socialmedia{
    margin-left: 15px;
    margin-right: 15px;
  }
}

.construction-title-brand{
  font-size: 170px;
  color: white !important;
  line-height: 150px;
}

@media (max-width: 1024px) {
  .construction-title-brand{
    font-size: 120px;
  }
}

.construction-title-brand a:hover{
  color: white !important;
  font-weight: normal !important;
}

.construction-subtitle-brand{
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 5px;
  font-size: 50px;
  color: black;
}

@media (max-width: 1024px) {
  .construction-subtitle-brand{
    font-size: 40px;
  }
}

.construction-service-icon{
  margin: 10px;
}

@media (max-width: 1024px) {
  .construction-service-icon{
    width: 75%;
  }
}

.privacy-advice a:hover{
  color: white !important;
}

.construction-footer{

}

@media (max-width: 1024px) {
  .construction-footer{
    position: relative;
    right: 0;
  }
}

/* GENERAL */

.section-title{
  font-size: 50px;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1;
  height: 20vh;
  margin-top: 3%;
}

@media (max-width: 767px) {
  .section-title{
    font-size: 45px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}

.without-p{
  padding: 0;
}

.without-m{
  margin: 0;
}

.subtext-privacy-advice{
  color: black;
  text-decoration: none !important;
}

.text-powered a{
  font-size: 25px;
  color: black;
}
