/* @import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script'); */
@font-face
{
  font-family: Helvetica-Light;
  src: url(Helvetica-Light.otf);
}

@font-face
{
  font-family: Cardenio-Modern-Std;
  src: url(Cardenio-Modern-Std.ttf);
}

@font-face
{
  font-family: Cardenio-Modern-Bold;
  src: url(Cardenio-Modern-Bold.ttf);
}

*{
  letter-spacing: 2px;
  font-family: "Helvetica-Light";
  font-size: 15px;
}

html{
  height: 100%;
  width: 100%;
  color: white;
}

body
{
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: black;
}

a{
  color: white;
    text-decoration: none !important;
}

a .text-menu {
  color: #414141;
}

@media (max-width: 800px) {
  a .text-menu {
    margin-top: 75px;
    padding-left: 0;
  }
}

a:hover{
  /* color: white;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px #f8f9fa, 0 0 30px #f8f9fa, 0 0 40px #f8f9fa, 0 0 55px #f8f9fa, 0 0 75px #f8f9fa; */
  color: white;
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff1b1b, 0 0 30px #ff1b1b, 0 0 40px #ff1b1b, 0 0 55px #ff1b1b, 0 0 75px #ff1b1b;
  /* text-shadow: 0 0 5px #00ff1d, 0 0 10px #00ff1d, 0 0 20px #00ff1d, 0 0 30px #00ff1d, 0 0 40px #00ff1d, 0 0 55px #00ff1d, 0 0 75px #00ff1d; */
}

/* EFECTO NEON */

a:hover .a-home{
  text-shadow: 0 0 5px #00ff1d, 0 0 10px #00ff1d, 0 0 20px #00ff1d, 0 0 30px #00ff1d, 0 0 40px #00ff1d, 0 0 55px #00ff1d, 0 0 75px #00ff1d;
}

/* BARRA DE NAVEGACION PAGINA PRINCIPAL */

#navbar{
  position: relative;
  padding-left: 144px;
}

.navbar
{
  background-color: #00000069;
  color: white;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
  color: white;
}

.navbar-dark .navbar-nav .nav-link{
  color: white;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 100;
}

/* BARRA DE NAVEGACION DE SECCION MENU */

.navbar-brand{
  background-image: url(../images/about-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 100px;
  position: fixed;
  top: 20px;
}

.navbar-menu{
  background-color: black;
  z-index: 2;
}

@media (max-width: 800px) {
  .navbar-menu{
    display: none;
	}
}

.navbar-menu-sm{
  display: none;
}

@media (max-width: 800px) {
  .navbar-menu-sm{
    display: flex ;
	}
}

.navbar-menu ul{
  line-height: 2.6;
  text-decoration: none;
  position: absolute;
  top: 30%;
}

.navbar-menu .navbar-brand{
  margin-left: 1rem;
}

.navbar-fixed-left {
  width: 170px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 139px;
}

.navbar-fixed-left + .container {
  padding-left: 160px;
}

.text-socialmedia{
  font-size: 10px;
  padding-top: 15px;
}

#submenu{
  padding-left: 250px;
  text-align: left;
}

@media (max-width: 800px) {
	#submenu {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    justify-content: center;
	}
}

.btn-nav{
    background-color: black;
    color: white;
    border-color: black;
    cursor: pointer;
}

@media (max-width: 800px) {
  .btn-nav{
    background-color: transparent;
    border-color: transparent;
	}
}

.btn-nav:hover{
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff1b1b, 0 0 30px #ff1b1b, 0 0 40px #ff1b1b, 0 0 55px #ff1b1b, 0 0 75px #ff1b1b;
}

/* FIN DE BARRA DE NAVEGACION */

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* SECCION HOME */

#home{
  height: 600px;
  background-color: black;
}

@media (max-width: 800px) {
	#home {
    height: 300px;
	}
}

#video {
  width: 100vw;
  z-index: 900;
  position: relative;
  top: -250px;
  height: max-content;
  background-color: black;
}

@media (max-width: 800px) {
	#video {
    width: 100vw;
    z-index: 900;
    position: relative;
    height: fit-content;
    top: 0;
		margin-top: 50px;
    height: auto;
	}
}

video::-webkit-media-controls {
    display:none !important;
}

.index-image{
  width: 150px;
  height: 200px;
  position: absolute;
  z-index: 10000;
  background-color: #080402a1;
}

@media (max-width: 800px) {
  .index-image{
  width: 60px;
  height: 80px;
  margin-left: 10px;
  }
}

/* video{
  width: 100%;
  height: auto;
  align-self: self-start;
  background-size: cover;
} */

/* SEPARADOR DE SECCIONES */

.arrow{
  bottom: -400px;
  left: 50%;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: black;
  z-index: 910;
  background-image: url(../images/container-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
}

@media (max-width: 800px){
  .arrow{
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: gray;
  }
}

/* SECCION NOSOTROS */

#about{
  position: relative;
  z-index: 1029;
}

.about-container{
  background-image: url(../images/about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-image {
  width: 60%;
  height: 95%;
}

@media (max-width: 800px) {
	.about-image {
    width: 50%;
	}
}

.about-text,
.about-image-space {
	max-width: 500px;
	padding: 80px 30px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	line-height: 1.375em;
	color: white;
	font-weight: 400;
}

@media (max-width: 800px) {
  .about-text,
  .about-image-space{
    max-width: 500px;
  	padding: 30px 30px;
  	box-sizing: border-box;
  	text-align: center;
  	font-size: 15px;
  	line-height: 1.375em;
  	color: white;
  	font-weight: 400;
  }
}

/* SECCION MENU */

#menu{
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
  padding-top: 50px;
  background-image: url(../images/bg-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
	#menu {
		padding-bottom: 50px;
	}
}

.menu-container {
	position: relative;
	z-index: 1000;
}

.logo{
  width: 100%;
  height: 100%;
}

.menu-line{
  border-style: solid;
  border-color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-top: 0;
  border-width: 1px;
}

.menu-line-middle{
  border-style: solid;
  border-color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
  margin-bottom: 35px;
  margin-right: 0;
  margin-top: 0;
  border-width: 1px;
}

.menu-line-top{
  display: none;
}

@media (max-width: 800px) {
	.menu-line-top{
    display: flex;
    border-style: solid;
    border-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 2px;
    margin-right: 0;
    margin-top: 20px;
    border-width: 1px;
	}
}

.section-title{
  color: white;
  padding-top: 20px;
}

.section-text{
  position: absolute;
  z-index: 10000;
  color: white;
  font-size: 20px;
  float: right;
  right: 100px;
  bottom: 50px;
  display: none;
}

@media (max-width: 800px) {
  .section-text{
    display: none;
    right: 30px;
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff1b1b, 0 0 30px #ff1b1b, 0 0 40px #ff1b1b, 0 0 55px #ff1b1b, 0 0 75px #ff1b1b;
  }
}

.video{
  width: 80%;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
	.video{
    width: 100%;
  }
}

.sake-video,
.saucers-video,
.sushi-video,
.ramen-video,
.drinks-video
{
  height: 450px;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .sake-video,
  .beer-video,
  .saucers-video,
  .sushi-video,
  .ramen-video,
  .drinks-video
  {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.border{
  border: 5px solid red;
  height: 125%;
  position: absolute;
}

  /* EFECTOS DE LOS VIDEOS PARA PANTALLAS PEQUEÑAS */

/* SECCION DE AVISO DE PRIVACIDAD */

.privacy-advice{
  padding-bottom: 50px;
  padding-top: 50px;
}

.text-privacy-advice{
  color: white;
}

.text-title-rights{
  color: white;
  font-weight: bold;
  padding-top: 90px;
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff1b1b, 0 0 30px #ff1b1b, 0 0 40px #ff1b1b, 0 0 55px #ff1b1b, 0 0 75px #ff1b1b;
}

.text-privacy-notice{
  color: white;
  padding: 30px;
  font-size: 20px;
}

/* PAGINA DE SECCIONES DE MENU */

#sake{
  background-image: url(../images/bg-sake.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#ramen{
  background-image: url(../images/bg-ramen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#bebidas{
  background-image: url(../images/bg-bebidas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#cerveza{
  background-image: url(../images/bg-cerveza.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#platillos{
  background-image: url(../images/bg-platillos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#sushi{
  background-image: url(../images/bg-sushi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  top: 0;
}

#menu-container{
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 800px) {
  #menu-container{
    padding-left: 30px;
    padding-top: 90px;
    margin-bottom: 30px;
  }
}

#menu-contain{
  padding-left: 250px;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 800px) {
  #menu-contain{
    padding-left: 0;
    margin-top: 30px;
  }
}

.menu-title{
  font-family: "Cardenio-Modern-Bold";
  color: white;
  font-size: 60px;
  padding-left: 0;
  letter-spacing: 0;
}

.menu-title-container{
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .menu-title-container{
    margin-bottom: 10px;
  }
}

.menu-title-saucer{
  font-family: "Cardenio-Modern-Bold";
  line-height: 1.3;
  color: white;
  font-size: 40px;
  letter-spacing: 0;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .menu-title-saucer{
    font-size: 30px;
    line-height: 1.8;
  }
}

.menu-descript-title-saucer{
  font-family: "Cardenio-Modern-Bold";
  line-height: 1.3;
  color: white;
  font-size: 35px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .menu-descript-title-saucer{
    font-size: 30px;
    line-height: 1.8;
  }
}

.menu-subtitle-saucer{
  font-family: "Cardenio-Modern-Bold";
  line-height: 1.3;
  color: white;
  font-size: 32px;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .menu-subtitle-saucer{
    font-size: 25px;
    line-height: 1.8;
  }
}

.menu-descript-subtitle-saucer{
  font-family: "Cardenio-Modern-Bold";
  line-height: 1.3;
  color: white;
  font-size: 35px;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .menu-descript-subtitle-saucer{
    font-size: 25px;
    line-height: 1.8;
  }
}

.menu-saucer{
  font-family: "Cardenio-Modern-Std";
  line-height: 1.3;
  color: white;
  font-size: 30px;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .menu-saucer{
    font-size: 23px;
    line-height: 1.8;
  }
}


/* SECCION UBICACION  */

/*  UBICACION */

.video-container{
  position: relative;
}

.vid-icon{
  position: absolute;
  margin: 20px;
  bottom: 0;
}

.vid-icon:hover{
  cursor: pointer;
}

@media (max-width: 1024px) {
  .vid-icon{
    display: none;
  }
}

.display-none{
  display: none;
}

.video-location{
  width: 100%;
  height: 100%;
  display: flex;
}

@media (max-width: 1024px) {
  .video-location{
    display: none;
  }
}


#footer{
  background-color: black;
  padding-top: 30px;
  padding-bottom: 45px;
  z-index: 1;
  position: static;
  bottom: 0;
}
