@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
body {
  height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

a {
  color: #212529;
}

a:hover {
  color: silver;
}

a .text-menu {
  color: #414141;
}

@media (max-width: 800px) {
  a .text-menu {
    margin-top: 75px;
    padding-left: 0;
  }
}

a:hover {
  text-decoration: none;
  color: #cecece;
}

li {
  color: white;
}

figure{
  margin: 0;
}

.bg-primary {
  background-color: transparent !important;
}

.white-border {
  border-color: #ffffff7d;
  color: #ffffff;
  border-color: #ffffff9e;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  margin: 10px;
}

.navigation {
  display: block;
  margin: 20px 0;
  background: #80001b42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  z-index: 1000;
}

.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 1000;
}

.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: white;
  z-index: 1000;
}

.navigation li a {
  padding: 5px;
  font-size: 17px;
  color: white;
  display: inline-block;
  outline: 0;
  font-weight: 200;
  z-index: 1000;
}

.navigation li:hover ul.dropdown {
  display: block;
  z-index: 1000;
}

.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #80001b42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  z-index: 1000;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
  z-index: 1000;
}

.navigation li ul.dropdown li a {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #005c4d;
  font-weight: 400;
  z-index: 1000;
}

.navigation li ul.dropdown li:last-child a {
  border-bottom: none;
  z-index: 1000;
}

.navigation li:hover a {
  background: #80001b42 !important;
  color: #fff !important;
  z-index: 1000;
}

.navigation li:first-child:hover a {
  border-radius: 3px 0 0 3px;
  z-index: 1000;
}

.navigation li ul.dropdown li:hover a {
  background: #80001b42 !important;
  z-index: 1000;
}

.navigation li ul.dropdown li:first-child:hover a {
  border-radius: 0;
  z-index: 1000;
}

.navigation li:hover .arrow-down {
  border-top: 5px solid #fff;
  z-index: 1000;
}

.navigation {
  background: #80001b42 !important;
  width: 140px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  transition: left 0.3s linear;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 1000;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
  z-index: 1000;
  background-color: #80001b42 !important;
}

.nav_bg {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 48px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0px;
  background: #80001b42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  z-index: 1000;
}

.p-3 {
  display: block;
}

@media (max-width: 800px) {
  .p-3 {
    display: grid;
  }
}

#home {
  background-color: white;
  max-height: 600px;
  display: table;
}

.img-logo {
  max-width: 80vh;
}

@media (max-width: 800px) {
  .img-logo {
    max-width: 40vh;
  }
}

.about {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-about.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
  background-color: #80001b;
  padding-top: 9%;
}

@media (max-width: 800px) {
  .about {
    margin-top: 10px;
  }
}

.text-small-about{
  color: #80001b;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-text
{
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-about.png);
  background-repeat: no-repeat;
}


/* .red-background{
	min-height: 20px;
	background-color: #80001b;
	position:relative;
  box-shadow: 0 1px 50px 30px #80001b, 0 0 30px #80001b inset;
}

 .red-background:before, .red-background:after
{
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
.red-background:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
} */

/* .red-larger-background{
	min-height: 300px;
	background-color: #80001b;
	position:relative;
  box-shadow: 0 1px 50px 30px #80001b, 0 0 30px #80001b inset;
}
.red-larger-background:before, .red-background:after
{
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
.red-larger-background:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}

@media (max-width: 800px) {
	.red-larger-background{
		min-height: 150px;
	}
} */

.text-title-menu {
  color: #80001b;
  font-size: 60px;
  margin-bottom: 10px;
}

.text-title-about {
  color: #80001b;
  font-size: 60px;
  margin-top: 10px;
}

.text-title-advertisement {
  color: white;
  font-size: 40px;
}

@media (max-width: 800px) {
  .text-title-advertisement {
    font-size: 30px;
  }
}

.text-event{
  color: white;
  font-size: 30px;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 15%;
}

@media (max-width: 800px) {
  .text-event {
    margin-top: 17%;
  }
}

.text-title-schedule {
  color: white;
  font-size: 35px;
  margin-bottom: 15px;
}

.text-schedule {
  color: white;
  font-size: 25px;
}

.text-small-schedule {
  color: white;
  font-size: 20px;
}

.text-small {
  color: white;
  font-size: 20px;
}

.text-small-menu {
  color: #2b2b2b;
  font-size: 15px;
  margin-top: 40px;
  padding-left: 20px;
}

@media (max-width: 800px) {
  .text-small-menu {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.text-menu-small {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}

@media (max-width: 800px) {
  .text-menu-small {
    font-size: 15px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    z-index: 3;
  }
}

.text-medium {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 800px) {
  .text-medium {
    font-size: 20px;
  }
}

.text-medium-location {
  color: white;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 800px) {
  .text-medium {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
    font-weight: 300;
  }
}

.text-menu {
  color: #2b2b2b;
  font-size: 30px;
  line-height: .5;
}

.border-box {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

@media (max-width: 800px) {
  .border-box {
    margin: 0;
    margin-bottom: 70px;
  }
}

.jp-font {
  font-family: 'Montserrat', sans-serif;
}

.brand-font {
  font-family: 'Kaushan Script', cursive;
}

#menu {
  /* background-size: cover;
	background-position: center;
	background-image: url(../images/img-menu3.png);
	background-repeat: no-repeat; */
  margin-bottom: 0;
  min-height: 100vh;
  /* background-color: #80001b; */
  background-color: white;
  padding-top: 10px;
}

.menu-row {
  display: block;
}

.img-menu {
  max-width: 100%;
  height: 500px;
  /* padding-left: 3%;
  padding-right: 3%; */
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .img-menu {
    height: 300px;
  }
}

.hovereffect img{
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}

.container-center {
  vertical-align: bottom;
}

.white-container {
  background-image: url(http://suehiro.com.mx/images/white-container.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  margin-bottom: 10%;
  vertical-align: center;
}

@media (max-width: 800px) {
  .white-container {
    background-image: url(http://suehiro.com.mx/images/white-container2.png);
    margin-bottom: 0;
    margin-left: .5px;
    margin-right: .5px;
  }
}

.white-rectangle-container {
  height: 100px;
  max-width: 500px;
}

.img-logo-menu {
  background-image: url(http://suehiro.com.mx/images/LogoHome.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.without-margin-padding {
  margin: 0;
  padding: 0;
}

.events {
  height: 590px;
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-catering.jpg);
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-top: 10px;
  background-color: #80001b;
}

.contact {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-contact.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-top: 10px;
  background-color: #80001b;
  padding-bottom: 3%;
}

.map {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .map {
    margin-top: 10%;
  }
}

form {
  padding: 3%;
  width: 100%;
  background-color: #5b0215;
  margin-top: 20px;
}

input[type=text], input[type=email], select {
  width: 100%;
  padding: 4px 4px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  background-color: #8e5050;
  color: white;
  font-weight: 300;
  font-size: 17px;
}

input[type=submit] {
  width: 100%;
  background-color: #5b0215;
  color: white;
  padding: 5px;
  cursor: pointer;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  border: none;
  margin-top: 10px;
}

input[type=submit]:hover {
  background-color: #640317;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 4px 4px;
  box-sizing: border-box;
  background-color: #8e5050;
  font-size: 16px;
  resize: none;
  border: none;
  color: white;
  font-weight: 300;
  font-size: 17px;
}

/* .rights-reserved{
		padding-top: 3%;
    padding-bottom: 3%;
    color: white;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
		background-color: #80001b;
} */

.rights-reserved {
  padding-top: 3%;
  padding-bottom: 3%;
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  background-color: white;
}

.rights-reserved-menu {
  color: #80001b;
  font-size: 17px;
  bottom: 0;
  position: relative;
  text-align: -webkit-left;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding-top: 20px;
  z-index: 2;
}

#entremes{
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-sidedish.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

#sushi {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-sushi.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

#teppanyaki {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-teppanyaki.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

#platillos {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-plates.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

#postres {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-desserts.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

#bebidas {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-bg-drinks.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100vh;
}

.menu-title {
  color: #80001b;
  font-size: 30px;
  font-weight: 700;
}

.menu-title-meaning {
  color: #80001b;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .menu-title-meaning {
    font-size: 15px;
  }
}

.menu-title-area {
  position: relative;
}

.menu-subtitle {
  color: #80001b;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  margin-left: 0;
  padding: 0;
  z-index: 3;
  text-align: center;
}

.menu-subtitle-platillos{
  color: #80001b;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  margin-left: 0;
  padding-right: 10px;
  z-index: 3;
  text-align: center;
}

.menu-subtitle-sushi{
  color: #80001b;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  margin-left: 0;
  padding-right: 15px;
  z-index: 3;
  text-align: center;
}

@media (max-width: 800px) {
  .menu-subtitle-platillos {
    font-weight: 400;
    text-align: center;
    z-index: 3;
    padding-left: 12px;
  }
}


@media (max-width: 800px) {
  .menu-subtitle-sushi {
    font-weight: 400;
    text-align: center;
    z-index: 3;
    padding-left: 3px;
  }
}


.menu-subtitle-meaning {
  color: #80001b;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  z-index: 3;
  text-align: center;
}

.menu-subtitle-meaning-platillos{
  color: #80001b;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 11px;
  z-index: 3;
  text-align: center;
}

@media (max-width: 800px) {
  .menu-subtitle-meaning-platillos {
    font-weight: 400;
    margin-left: 0;
    padding-left: 15px;
    text-align: center;
    z-index: 3;
  }
}

.text-menu-mini {
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
  z-index: 3;
}

@media (max-width: 800px) {
  .text-menu-mini {
    font-weight: 400;
    margin-left: 0;
    padding: 0;
    text-align: center;
    z-index: 3;
  }
}

.white-large-container {
  background-color: rgba(255, 255, 255, 0.7);
  min-height: inherit;
}

/* Scroll bar */

div::-webkit-scrollbar {
  width: 30px;
  height: 15px;
}

div::-webkit-scrollbar-button:start:decrement  {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/top-arrow.png);
  background-repeat: no-repeat;
  height: 30px;
}

div::-webkit-scrollbar-button:end:increment {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/down-arrow.png);
  background-repeat: no-repeat;
  height: 30px;
}

div::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  scrollbar-face-color: rgba(255, 255, 255, 0);
  scrollbar-arrow-color: rgba(255, 255, 255, 0);
}

div::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  scrollbar-face-color: rgba(255, 255, 255, 0);
  scrollbar-arrow-color: rgba(255, 255, 255, 0);
}

/* Enf of scroll bar */

.scroll-text-entremes {
  padding-left: 24px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 1;
  margin: auto;
  /*Para internet explorer*/
  /* -ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
	-webkit-scrollbar-track-piece: black; */
}

@media (max-width: 800px) {
  .scroll-text-entremes {
    padding-right: 10px;
    max-height: 440px;
  }
}

.scroll-text-sushi {
  padding-left: 26px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 1;
  margin: auto;
  /*Para internet explorer*/
  /* -ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
	-webkit-scrollbar-track-piece: black; */
}

@media (max-width: 800px) {
  .scroll-text-sushi {
    padding-left: 12px;
    max-height: 440px;
  }
}


.scroll-text-teppanyaki {
  padding-left: 28px;
  overflow-y: scroll;
  max-height: 450px;
  -webkit-scrollbar-track-piece: black;
  z-index: 1;
  left: 15px;
  /*Para internet explorer*/
  -ms-scrollbar-highlight-color: black;
  -ms-scrollbar-face-color: black;
  -ms-scrollbar-shadow-color: black;
}

@media (max-width: 800px) {
  .scroll-text-teppanyaki {
    max-height: 400px;
    padding-left: 10px;
  }
}

.scroll-text-platillos {
  padding-left: 27px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 1;
  margin: auto;
  /*Para internet explorer*/
  /* -ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
	-webkit-scrollbar-track-piece: black; */
}

@media (max-width: 800px) {
  .scroll-text-platillos {
    padding-left: 10px;
    max-height: 440px;
  }
}

.scroll-text-postres {
  padding-left: 24px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 1;
  margin: auto;
  /*Para internet explorer*/
  /* -ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
	-webkit-scrollbar-track-piece: black; */
}

@media (max-width: 800px) {
  .scroll-text-postres {
    padding-right: 20px;
    max-height: 440px;
  }
}

.scroll-text-bebidas {
  padding-left: 28px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 1;
  margin: auto;
  /*Para internet explorer*/
  /* -ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
	-webkit-scrollbar-track-piece: black; */
}

@media (max-width: 800px) {
  .scroll-text-bebidas {
    padding-right: 20px;
    max-height: 440px;
  }
}

#recommendations {
  margin-bottom: 0;
  min-height: 100vh;
  overflow-y: hidden;
}

#gallery {
  margin-top: 10px;
  background-color: white;
  margin-bottom: 0;
  min-height: 100vh;
}

.wood-separator {
  background-size: cover;
  background-position: center;
  background-image: url(http://suehiro.com.mx/images/img-wood.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 20px;
}

.menu-container {
  max-height: 50px;
  background-color: none;
}

.img-brand-navbar {
  max-height: 35px;
  padding: 0;
}

.img-home-navbar {
  max-width: 80%;
  margin-top: 20%;
  margin-left: 7%;
}

.video {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
	.video{
    width: 100%;
    height: auto;
	}
}

#schedule {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

@media (max-width: 800px) {
  #schedule {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#privacy-notice {
  background-size: cover;
  background-position: center;
  background-color: #80001b;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

a.privacy-notice-menu {
  color: #80001b;
}

.text-privacy-notice {
  margin-left: 5%;
  margin-right: 5%;
}

.black-rectangle {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-color: #000000e3;
  margin-left: 10%;
  margin-right: 10%;
  color: white;
}

@media (max-width: 800px) {
  .black-rectangle {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* Descripcio de platillos dentro de la sección de Menu */

/* .text-dish{
	top: 0;
	display: block;
	position: absolute;
	left: 38%;
	padding: 5px;
	color: white;
	font-size: 25px;
	text-shadow: -2px 0 #80001b, 0 2px #80001b, 2px 0 #80001b, 0 -2px #80001b;
}

.img-star{
	top: 6px;
	display: block;
	position: absolute;
	left: 34%;
	padding: 5px;
	color: white;
	font-size: 25px;
	text-shadow: -2px 0 #80001b, 0 2px #80001b, 2px 0 #80001b, 0 -2px #80001b;
}

@media (max-width: 768px) {
	.img-star {
		left: 3%;
	}
}

@media (max-width: 768px) {
	.text-dish {
		left: 11%;
	}
} */

.form-control {
  background-color: #8e5050;
  border: 1px solid #5b0215;
  color: white;
}

.form-control:focus {
  background-color: #8e5050;
  border: 1px solid #5b0215;
  color: white;
}

.text-title-gallery {
  color: white;
  font-size: 60px;
}

.img-gallery {
  width: 100%;
  float: right;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.img-gallery-modal {
  width: 80%;
  float: right;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
}

.img-gallery-right{
  width: 100%;
  float: right;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.img-gallery-left{
  width: 100%;
  float: right;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.img-gallery-middle{
  width: 100%;
  float: right;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.no-padding{
  padding: 0 !important;
}

.text-gallery{
  background-color: #80001b;
}

.top-navbar {
  margin: 2%;
  padding-top: 20px;
}

.bottom-navbar {
  margin: 2%;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 800px) {
  .bottom-navbar {
      margin: 7%;
      position: relative;
      top: 45px;
  }
}

.lan-navbar {
  margin: 2%;
  justify-content: flex-end;
}

.flag{
  width: 20px;
  margin: 5px;
  margin-top: 12px;
}

@media (max-width: 800px) {
  .video-play {
    display: flex;
    position: absolute;
    padding: 2%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    z-index: 1;
    margin-top: 20%;
  }
  .video-play:hover {
    cursor: pointer;
  }
}

@media (min-width: 576px) {
  .video-play {
    display: none;
  }
}

.tenshin-title-area {
  background-color: #80001b;
}

.tenshin-title {
  color: white;
  font-size: 60px;
}

.tenshin-title-month {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .tenshin-title-month {
    font-size: 15px;
  }
}

.img-tenshin-area {
  width: 100%;
  height: 800px;
}

.img-tenshin {
  height: 450px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  max-width: 100%;
}

@media (max-width: 800px) {
  .img-tenshin {
    height: 300px;
  }
}

.empty-dish{
    min-width: 100%;
    padding: 15%;
    padding-left: 25%;
    padding-right: 25%;
}

@media (max-width: 800px) {
  .empty-dish{
    padding-left: 20%;
    padding-right: 20%;
  }
}

.tenshin-plate {
  color: #80001b;
  font-size: 30px;
  font-weight: 700;
}

.tenshin-plate-dsc {
  color: #80001b;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin: auto;
}

@media (max-width: 800px) {
  .tenshin-plate-dsc {
    font-size: 15px;
  }
}

.tenshin-text {
  background-color: white;
}

.modal-title{
  font-size: 50px;
  color: #80001b;
  margin: 0 auto;
}

.modal-dialog{
  max-width: 500px;
  margin: 15px auto;
}

@media (max-width: 800px) {
  .modal-dialog{
    max-width: 400px;
    margin: 10px auto;
    overflow-y: hidden;
  }
}

.modal-img-brand {
  width: 50px;
  margin-left: 45%;
}

.modal-img-food {
  width: 430px;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .modal-img-food {
    width: 300px;
  }
}

.modal-btn {
  background-color: #80001b;
  border-color: #80001b;
  color: white;
}

/* Opacity #2 */

.hover12 figure {
  background: #80001b9c;
}

.hover12 figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover12 figure:hover img {
  opacity: .5;
}

.carousel-tenshin {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Images effect menu */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h1 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 35%;
  font-size: 40px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
  .hovereffect h1 {
    top: 32%;
    font-size: 30px;
  }
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect tenshin */

.hovereffect-tenshin {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect-tenshin .overlay-tenshin {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  /* border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF; */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect-tenshin:hover .overlay-tenshin {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect-tenshin img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
}

.hovereffect-tenshin:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect-tenshin h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 70%;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 5px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  font-family: 'Montserrat', sans-serif;
	border-bottom: white;
	border-style: solid;
	border-width: 1px;
}

@media (max-width: 800px) {
  .hovereffect-tenshin h2 {
    top: 60%;
    font-size: 17px;
  }
}

.hovereffect-tenshin h3 {
  text-align: center;
  position: relative;
  top: 67%;
  font-size: 16px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
  .hovereffect-tenshin h3 {
    top: 50%;
    font-size: 14px;
		margin: 5%;
  }
}

.hovereffect-tenshin a, .hovereffect-tenshin p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.hovereffect-tenshin:hover a, .hovereffect-tenshin:hover p, .hovereffect-tenshin:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect-tenshin:hover a, .hovereffect-tenshin:hover p, .hovereffect-tenshin:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.social-media-hide{
	visibility: hidden;
}

/* Redes sociales */

.ig-b- {
  display: inline;
}

.ig-b- img {
  visibility: hidden;
}

.ig-b-:hover {
  background-position: 0 -60px;
}

.ig-b-:active {
  background-position: 0 -120px;
}

.ig-b-16 {
  width: 16px;
  height: 16px;
  background: url(//badges.instagram.com/static/images/ig-badge-sprite-16.png) no-repeat 0 0;
}

.g-recaptcha{
  margin-top: 2%;
  float: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .ig-b-16 {
    background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-16@2x.png);
    background-size: 60px 178px;
  }
}
