.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: rgba(246, 242, 219, 0);
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #f6f2db;
  font-size: 14px;
  line-height: 57px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #f6f2db;
  font-size: 57px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #071b29;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #f6f2db;
  font-size: 14px;
  line-height: 19px;
}

a {
  font-family: Roboto, sans-serif;
  color: #f6f2db;
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  color: #dad5bb;
}

.global-container {
  background-image: url('../images/hero-bkg20.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.hero {
  width: 100%;
  max-width: 2000px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  background-image: url('../images/hero-bkg20.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 57px;
}

.hero.carta {
  position: static;
  min-height: 100vh;
  background-image: url('../images/celebra-background_1.jpg');
  background-size: cover;
}

.hero.carta.llevar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 9, 41, 0.63)), to(rgba(7, 9, 41, 0.63))), url('../images/bkg-llevar.jpg');
  background-image: linear-gradient(180deg, rgba(7, 9, 41, 0.63), rgba(7, 9, 41, 0.63)), url('../images/bkg-llevar.jpg');
  background-position: 0px 0px, 3% 54%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.main-content {
  max-width: 2000px;
}

.quiero-comer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-left: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #071b29;
}

.quiero-comer_casa-hanami {
  width: 25%;
  height: 31.1rem;
  margin-right: 10rem;
  border-radius: 10px;
  background-image: url('../images/foto-llevar-70..jpg');
  background-position: 0px 0px;
  background-size: auto 527px;
  background-repeat: no-repeat;
}

.quiero-comer_casa-hanami.enhanami {
  margin-right: 5.8rem;
  background-image: url('../images/foto-casa-71.jpg');
  background-size: auto 527px;
}

.celebraciones {
  display: block;
  max-width: 2000px;
  padding-top: 10.2rem;
  padding-bottom: 10.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/celebra-background.jpg');
  background-position: -1px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.celebraciones-info {
  width: 55%;
  max-width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 80px;
}

.hanami-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.footer {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #071b29;
}

.heading {
  margin-bottom: 1.9rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #f6f2db;
  font-size: 51px;
}

.navegation {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  font-size: 13px;
  line-height: 16px;
}

.container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(116, 35, 35, 0);
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.nav-link {
  font-family: Roboto, sans-serif;
}

.nav-link-2 {
  font-family: Roboto, sans-serif;
  color: #f6f2db;
}

.nav-link-2.menu-ppal {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 14px;
  line-height: 11px;
}

.nav-link-2.menu-ppal.w--current {
  color: #f6f2db;
}

.hero-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 0rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-main.carta {
  margin-top: -2.3rem;
  padding-bottom: 2.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: trade-gothic-next, sans-serif;
}

.hero-main_column {
  position: relative;
  z-index: 5;
  overflow: visible;
  width: 35%;
}

.hero-main_column.right {
  position: relative;
  left: -17px;
  right: 0px;
  z-index: 11;
  width: 164%;
  margin-left: 30px;
  padding-left: 0px;
  background-image: url('../images/img-plato-hero-ok.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-main_column.carta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bold-text {
  display: block;
  padding-bottom: 3.7rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 49px;
  line-height: 53px;
}

.bold-text.carta {
  padding-bottom: 1.3rem;
}

.imagen-plato {
  position: relative;
  right: -1px;
  z-index: 10;
  overflow: visible;
  background-color: #773030;
  opacity: 0;
}

.hero-main_right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -45px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-bottom: 12px;
}

.image-2 {
  position: relative;
  left: -47px;
  z-index: 1;
  max-width: 117%;
  text-align: left;
}

.celebraciones-info-ok {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  border-radius: 13px;
  background-image: url('../images/foto-llevar-69..jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-4 {
  border-radius: 13px;
}

.paragraph {
  width: 24.2rem;
}

.heading-2 {
  margin-top: 18.1rem;
  margin-bottom: 0.3rem;
  margin-left: -4.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 47px;
  line-height: 45px;
  text-shadow: 1px 1px 6px #071b29;
}

.hanami-section_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-2 {
  display: block;
  width: auto;
  margin-bottom: 0rem;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.celebraciones-p {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 2rem;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  padding: 2px 20px;
  border-radius: 3px;
  background-color: #01bfd4;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 22px;
}

.button.reservas {
  padding: 1px 1.8rem;
  background-color: #767070;
}

.button.reservas:hover {
  background-color: #5d5858;
}

.button.reservas._2 {
  background-color: #fe4a5c;
}

.button.reservas._2:hover {
  background-color: #e24151;
}

.button.reservas.carta {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.button.para-llevar {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #fe4a5c;
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
  font-size: 19px;
}

.button.para-llevar:hover {
  background-color: #e24151;
}

.button.para-llevar.carta {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.button.para-llevar.carta.w--current {
  padding: 0px 2.7rem;
}

.heron-cta-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bold-text-2 {
  color: #f6f2db;
  font-size: 19px;
  font-weight: 400;
}

.bold-text-3 {
  color: #f6f2db;
  font-size: 19px;
  font-weight: 400;
}

.image-5 {
  position: absolute;
  left: 5%;
  top: -76%;
  right: auto;
  bottom: auto;
}

.imagen-mesa {
  position: absolute;
  left: 55%;
  top: -35%;
  right: 0%;
  bottom: auto;
}

.quiero-comer_links {
  position: static;
  margin-top: 4.9rem;
}

.arrow {
  margin-left: 0.6rem;
}

.heading-3 {
  font-family: trade-gothic-next-condensed, sans-serif;
  text-align: right;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info_left {
  width: 30%;
}

.footer-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-info_social-links {
  margin-right: 2rem;
}

.footer-info-right_address {
  margin-right: 9px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.footer-info-right_email {
  display: block;
  margin-top: -19px;
  margin-right: 15px;
  padding-top: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.footer-info-right_links {
  font-family: trade-gothic-next, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.footer-info-right_links:hover {
  color: #cfccb6;
}

.text-block {
  font-family: trade-gothic-next, sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: 300;
}

.footer-email-link {
  color: #fe4a5c;
  font-size: 16px;
}

.footer-email-link:hover {
  color: #d83d4c;
}

.footer-links {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-telefonos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-right: 0rem;
  margin-left: 0.9rem;
}

.nav-tlf_fijo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 1.3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-tlf_fijo.movil {
  width: auto;
  margin-right: 0rem;
}

.icons {
  padding-right: 9px;
}

.text-block-2 {
  margin-right: 9px;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
}

.text-block-3 {
  width: auto;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
}

.image-6 {
  padding-left: 0px;
}

.wsp-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.link {
  font-size: 15px;
}

.link-2 {
  font-size: 15px;
}

.hero-carta_info-y-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-3.reservas {
  width: 100%;
  margin-top: 11px;
  font-family: trade-gothic-next, sans-serif;
  line-height: 22px;
  text-align: left;
}

.carta-cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carta-img {
  width: 26.1rem;
  margin-top: 1.1rem;
}

.bold-text-4 {
  font-size: 19px;
  font-weight: 400;
}

.reservas-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -0.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reservas-form {
  width: 70%;
  margin-top: 1.5rem;
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: rgba(246, 242, 219, 0);
  opacity: 0.89;
}

.reservas-rigthbar {
  width: 30%;
  margin-top: 1.5rem;
  padding-right: 22px;
}

.heading-4 {
  color: #f6f2db;
  text-align: center;
}

.field-label {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #071b29;
  font-size: 15px;
  font-weight: 400;
}

.campo-form {
  width: 43%;
  margin-right: 14px;
  border: 0.5px none #f6f2db;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.69);
  opacity: 1;
  font-family: Roboto, sans-serif;
}

.campo-form::-webkit-input-placeholder {
  color: #0e0d08;
}

.campo-form:-ms-input-placeholder {
  color: #0e0d08;
}

.campo-form::-ms-input-placeholder {
  color: #0e0d08;
}

.campo-form::placeholder {
  color: #0e0d08;
}

.campo-form.fechas {
  width: 28%;
  border-radius: 0px;
  color: #181502;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 0.5px solid #f6f2db;
}

.field-label-2 {
  width: 100%;
  margin-bottom: 0px;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.submit-button {
  position: relative;
  margin-top: 1rem;
  padding: 0px 2.3rem;
  clear: none;
  border-radius: 4px;
  background-color: #fe4a5c;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
}

.submit-button:hover {
  background-color: #e93e4f;
}

.textarea {
  width: 88%;
  border: 1px none #000;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.69);
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
}

.textarea::-webkit-input-placeholder {
  color: #070604;
  font-size: 18px;
}

.textarea:-ms-input-placeholder {
  color: #070604;
  font-size: 18px;
}

.textarea::-ms-input-placeholder {
  color: #070604;
  font-size: 18px;
}

.textarea::placeholder {
  color: #070604;
  font-size: 18px;
}

.direccion {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 22px;
}

.bold-text-5 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.carta-p {
  margin-bottom: 0rem;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.carta-cta-container {
  margin-top: 15px;
}

.text-block-4 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 48px;
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-7 {
  border-radius: 4px;
}

.hanami-left {
  width: 50%;
  height: auto;
  min-height: 100vh;
  background-image: url('../images/cherry20.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hanami-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5.1rem;
  padding-left: 5.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/hanami-bkg11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/hanami-bkg11.jpg');
  background-position: 0px 0px, 63% 50%;
  background-size: auto, auto 103%;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.heading-5 {
  margin-top: 0px;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #fe4a5c;
}

.fotos-comida {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fotos-comida_fotos {
  width: 25%;
  height: 20rem;
  background-image: url('../images/foto-comida1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fotos-comida_fotos._2 {
  background-image: url('../images/fotocomida3.jpg');
  background-size: 450px;
}

.fotos-comida_fotos._3 {
  width: 25%;
  height: auto;
  background-image: url('../images/fotocomida60.jpg');
  background-position: 74% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.fotos-comida_fotos._1 {
  width: 25%;
  height: auto;
  background-image: url('../images/fotocomida20.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.fotos-comida_fotos._4 {
  height: auto;
  background-color: #f6f2db;
  background-image: url('../images/fotocomida30.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.fotos-comida_fotos._5 {
  height: auto;
  background-image: url('../images/fotocomida50.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.logos-wrapper {
  width: 80%;
  margin-top: 1rem;
}

.link-block-2 {
  padding: 0px 18px;
  border-radius: 4px;
  background-color: #767070;
}

.link-block-2.logos-llevar {
  width: 6.6rem;
  height: 3.5rem;
  margin-right: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-2.logos-llevar:hover {
  background-color: #5a5555;
  opacity: 1;
}

.paragraph-4 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
}

.paragraph-5 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
}

.link-3 {
  font-family: Roboto, sans-serif;
}

.link-3.w--current {
  font-family: Montserrat, sans-serif;
}

.link-4 {
  font-family: Roboto, sans-serif;
}

.link-4.w--current {
  font-family: Montserrat, sans-serif;
}

.link-5 {
  font-family: Montserrat, sans-serif;
}

.link-6 {
  font-family: Montserrat, sans-serif;
}

.link-7 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 47px;
}

.copyright-texto {
  color: #685f83;
}

.cookies-link-text {
  margin-right: 3px;
  color: #685f83;
}

.cookies-link-text.w--current {
  color: #685f83;
}

.cookies-link-text.w--current:hover {
  color: #a59ac3;
}

.footer-email-link-2 {
  color: #fe4a5c;
  font-size: 16px;
}

.footer-email-link-2:hover {
  color: #d83d4c;
}

.footer-2 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #071b29;
}

.heading-7 {
  margin-top: 0px;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #fe4a5c;
}

.footer__bloque-copiright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-5 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 13px;
}

.cookies-text {
  margin-bottom: 3rem;
  padding-right: 5rem;
  padding-left: 5rem;
}

.link-8 {
  color: #685f83;
}

.link-9 {
  color: #685f83;
}

.text-block-6 {
  font-family: trade-gothic-next, sans-serif;
  color: #685f83;
}

.cookies-lefttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-8 {
  margin-right: 8px;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.navbar_tlf-fijo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-tlf-whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body404 {
  margin-top: 57px;
  background-color: #071b29;
  text-align: center;
}

.heading-8 {
  color: #f6f2db;
}

.button-2 {
  height: 2.4rem;
  padding-right: 41px;
  padding-left: 41px;
  border-radius: 4px;
  background-color: #fe4a5c;
  line-height: 23px;
}

.button-2.modalok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-2.modalok:hover {
  padding-right: 49px;
  padding-left: 49px;
  background-color: #fe4a5c;
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.23);
  color: #fff;
}

.text-block-7 {
  font-family: trade-gothic-next, sans-serif;
}

.navegation-wrapper-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 7.8rem;
  padding-bottom: 0px;
  background-color: rgba(7, 27, 41, 0.72);
}

.container-platos-global {
  width: 100%;
  height: auto;
  max-width: 2000px;
  min-height: 100vh;
  background-image: url('../images/hero-bkg20.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.card-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f6f2db;
  border-radius: 6px;
}

.card-rght {
  display: block;
  width: 100%;
  min-height: 200px;
  margin-right: 20px;
  margin-left: 21px;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f6f2db;
  border-radius: 6px;
}

.info-plato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #962222;
}

.info-plato-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 120px;
  max-width: 120px;
  min-height: 120px;
  min-width: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.numero-plato {
  width: 69px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 4px;
  padding-left: 6px;
  border-radius: 3px;
  background-color: #fe4a5c;
  font-family: Tradegothicltstd, Arial, sans-serif;
}

.nombre-plato {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Tradegothicltstd, Arial, sans-serif;
  font-size: 31px;
}

.div-al-rgenos {
  background-color: #071b29;
  color: #f6f2db;
}

.text-block-8 {
  padding-top: 0px;
}

.texto-ingles {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #fe4a5c;
  font-size: 17px;
  line-height: 15px;
  font-weight: 400;
}

.alergenos-platos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.bold-text-6 {
  font-size: 21px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.image-9 {
  border-radius: 3px;
}

.columns {
  min-height: 100%;
}

.ficha-plato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 23px;
  margin-left: 23px;
  padding: 27px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f6f2db;
  border-radius: 8px;
}

.container-platos-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
}

.imagen-plato-2 {
  border-radius: 0px;
}

.info-plato-2 {
  margin-right: 14px;
  margin-left: 28px;
}

.image-10 {
  width: 10rem;
  border-radius: 8px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.texto-tabs {
  font-family: Tradegothicltstd, Arial, sans-serif;
  color: #000;
  line-height: 39px;
  font-weight: 700;
}

.modal-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 20rem;
  height: 20rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-modal {
  position: static;
  display: block;
  width: auto;
  min-height: 100vh;
  min-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #fff;
}

.modal-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 5, 5, 0.31);
}

.modal-cont {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 27, 41, 0.52);
}

.modal {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 53.7rem;
  height: 38rem;
  margin-right: auto;
  margin-left: auto;
  padding: 43px 44px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 14px 4px #000;
}

.modal-grid {
  grid-row-gap: 34px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.modal-grid__child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  width: 80%;
  margin-top: -3px;
  margin-bottom: 27px;
  color: #071b29;
  font-size: 49px;
  line-height: 52px;
  text-align: center;
}

.div-block-3 {
  margin-top: -28px;
  margin-right: -21px;
  margin-left: -21px;
}

.text-block-10 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #071b29;
  font-size: 29px;
  line-height: 32px;
  font-weight: 400;
  text-align: right;
}

.link-10 {
  font-family: Montserrat, sans-serif;
  color: #071b29;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .quiero-comer {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 5.6rem;
  }

  .quiero-comer_casa-hanami {
    width: 43%;
    height: 29.9rem;
    margin-right: 5.6rem;
  }

  .celebraciones-info {
    width: 65%;
  }

  .hanami-section {
    padding-bottom: 0rem;
    background-image: none;
  }

  .container {
    margin-right: 30px;
    margin-left: 30px;
  }

  .nav-link-2.menu-ppal {
    border-style: solid;
    border-width: 0.3px;
    border-color: #0f2b3f;
    text-align: center;
  }

  .hero-main {
    overflow: hidden;
    height: 29.5rem;
    padding-left: 60px;
  }

  .hero-main.carta {
    height: auto;
    padding-left: 32px;
  }

  .hero-main_column {
    width: 47%;
  }

  .hero-main_column.carta {
    width: 42%;
  }

  .bold-text {
    font-size: 46px;
    line-height: 51px;
  }

  .hero-main_right {
    left: 326px;
    right: 9%;
    overflow: visible;
    margin-top: 14px;
    margin-right: -11.2rem;
    margin-left: 99px;
  }

  .brand {
    margin-left: 30px;
  }

  .heading-2 {
    margin-left: -2.7rem;
  }

  .paragraph-2 {
    width: 100%;
  }

  .heron-cta-container {
    width: 139%;
  }

  .imagen-mesa {
    left: 55%;
  }

  .quiero-comer_links {
    margin-top: 3rem;
  }

  .footer-info {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }

  .footer-info_left {
    width: 24%;
    line-height: 22px;
  }

  .footer-info-right {
    width: 77%;
  }

  .footer-info_social-links {
    margin-right: 1.1rem;
    line-height: 16px;
  }

  .footer-info-right_links {
    font-size: 13px;
    line-height: 21px;
  }

  .footer-info-right_links:hover {
    color: #dad6bf;
  }

  .text-block {
    font-size: 13px;
  }

  .footer-email-link {
    font-size: 13px;
  }

  .menu-button {
    background-color: rgba(146, 109, 109, 0);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 75.3%, 0);
  }

  .nav-menu {
    margin-top: 17px;
    margin-right: 49px;
    margin-left: 49px;
    padding-bottom: 39px;
    border-radius: 2px;
    background-color: rgba(7, 27, 41, 0.95);
  }

  .div-block {
    width: 100%;
    height: 1px;
    background-color: rgba(246, 242, 219, 0.59);
  }

  .link-block {
    line-height: 16px;
  }

  .nav-telefonos {
    margin-top: 1.1rem;
    margin-right: 5.4rem;
    margin-left: 4.7rem;
  }

  .nav-tlf_fijo {
    margin-right: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-tlf_fijo.movil {
    margin-right: 0.6rem;
  }

  .hero-carta_info-y-cta {
    width: 87%;
  }

  .carta-img {
    width: 21.9rem;
  }

  .reservas-form {
    padding-left: 0px;
  }

  .bold-text-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .carta-p {
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 41px;
  }

  .hanami-left {
    background-position: 23% 0%;
  }

  .hanami-right {
    padding-right: 2.3rem;
    padding-left: 2.3rem;
  }

  .heading-5 {
    margin-top: 0px;
  }

  .fotos-comida {
    height: 12.5rem;
  }

  .footer-email-link-2 {
    font-size: 13px;
  }

  .heading-7 {
    margin-top: 0px;
  }

  .cookies-text {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .navbar_tlf-fijo {
    width: 8.9rem;
  }

  .navbar-tlf-whatsapp {
    width: 7.8rem;
  }

  .modal-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal {
    width: 46.3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 71vh;
  }

  .celebraciones-info {
    width: 91%;
    padding-left: 2rem;
  }

  .hanami-section {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navegation {
    margin-bottom: 0.7rem;
  }

  .container {
    margin-right: 2rem;
    margin-left: 1.1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-main {
    overflow: hidden;
    padding-left: 2rem;
  }

  .hero-main.carta {
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-main_column {
    width: 53%;
  }

  .hero-main_column.carta {
    width: 59%;
  }

  .bold-text {
    padding-bottom: 2.9rem;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-main_right {
    left: auto;
    top: 0%;
    right: -11%;
    bottom: auto;
    overflow: hidden;
    width: 63%;
    height: 299px;
    margin-top: 23px;
    margin-right: 1.7rem;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    width: 70px;
    margin-bottom: -49px;
    margin-left: 0px;
    padding-top: 14px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-2 {
    max-width: 90%;
  }

  .paragraph-2 {
    width: auto;
    text-align: left;
  }

  .button.reservas._2 {
    font-weight: 700;
  }

  .bold-text-2 {
    font-weight: 700;
  }

  .bold-text-3 {
    font-weight: 700;
  }

  .imagen-mesa {
    left: 56%;
  }

  .quiero-comer_links {
    margin-top: 4.1rem;
    line-height: 22px;
  }

  .heading-3 {
    text-align: left;
  }

  .footer-info {
    padding-right: 2.1rem;
    padding-left: 2.1rem;
  }

  .footer-info_left {
    width: 8%;
  }

  .footer-info-right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info_social-links {
    margin-bottom: 0.5rem;
  }

  .footer-info-right_email {
    margin-right: 1rem;
    margin-left: 1px;
  }

  .text-block {
    font-size: 13px;
  }

  .menu-button {
    padding-right: 0px;
  }

  .nav-telefonos {
    margin-right: 1rem;
    margin-left: -0.6rem;
  }

  .nav-tlf_fijo {
    margin-right: -0.1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-tlf_fijo.movil {
    width: 13.4rem;
    margin-right: 0rem;
  }

  .text-block-2 {
    width: 100%;
    margin-right: 38px;
  }

  .link {
    line-height: 20px;
  }

  .hero-carta_info-y-cta {
    width: 100%;
    margin-top: 63px;
  }

  .bold-text-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .carta-p {
    font-size: 15px;
  }

  .hanami-left {
    width: 10%;
    opacity: 1;
  }

  .hanami-right {
    position: absolute;
    z-index: 1000;
    width: 100%;
    min-height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__bloque-copiright {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }

  .text-block-5 {
    height: 20px;
  }

  .cookies-text {
    margin-top: 4.6rem;
    margin-bottom: 4.6rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .cookies-lefttext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar_tlf-fijo {
    width: 10.3rem;
  }

  .ficha-plato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-plato-2 {
    margin-left: 0px;
    padding-top: 18px;
  }

  .modal {
    width: 33.4rem;
    height: 37.6rem;
  }

  .heading-9 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 100vh;
    background-position: -141px 0px;
    background-size: 1433px;
    background-repeat: no-repeat;
  }

  .quiero-comer {
    padding-top: 3rem;
    padding-bottom: 0.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quiero-comer_casa-hanami {
    width: 100%;
    height: 24.9rem;
    margin-bottom: 77px;
    background-size: auto 450px;
  }

  .quiero-comer_casa-hanami.enhanami {
    background-size: auto 399px;
  }

  .celebraciones {
    padding-top: 5.7rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background-position: 19% 100%;
    background-size: cover;
    background-repeat: repeat;
  }

  .celebraciones-info {
    width: 100%;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    text-align: center;
  }

  .hanami-section {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: none;
  }

  .heading {
    font-size: 43px;
    text-align: center;
  }

  .container {
    margin-right: 0.6rem;
    margin-bottom: 9px;
    margin-left: 0.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .hero-main {
    height: 34.5rem;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-main.carta {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }

  .hero-main_column {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-main_column.carta {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    margin-top: 27px;
    padding-right: 0.5rem;
    padding-bottom: 4.1rem;
    padding-left: 0.5rem;
    font-size: 41px;
    line-height: 44px;
    text-align: center;
  }

  .bold-text.carta {
    padding-bottom: 0.6rem;
    text-align: center;
  }

  .hero-main_right {
    top: -2%;
    width: 58%;
    height: auto;
    margin-top: 10.7rem;
    margin-right: 0.6rem;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 1;
  }

  .hero-main_right.carta {
    margin-top: 4.8rem;
  }

  .brand {
    width: 4rem;
  }

  .image-2 {
    left: -13px;
    opacity: 0;
  }

  .celebraciones-info-ok {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    margin-top: 13.1rem;
    margin-left: -1.5rem;
    font-size: 52px;
    line-height: 50px;
  }

  .hanami-section_info {
    margin-right: 1.2rem;
    margin-left: 0.7rem;
    padding-left: 1.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-2 {
    width: 100%;
    text-align: center;
  }

  .celebraciones-p {
    width: auto;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .button.reservas {
    width: 100%;
    margin-top: 0px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
  }

  .button.reservas._2 {
    width: 98%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .button.para-llevar {
    margin-bottom: 13px;
    padding: 0.3rem 1.1rem;
    text-align: center;
  }

  .button.para-llevar.carta {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .heron-cta-container {
    width: 100%;
    margin-top: 1.1rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bold-text-2 {
    font-weight: 700;
  }

  .bold-text-3 {
    font-weight: 700;
  }

  .image-5 {
    left: 14%;
    top: -33%;
  }

  .imagen-mesa {
    left: 12%;
    top: 88%;
  }

  .quiero-comer_links {
    margin-top: 2.5rem;
  }

  .heading-3 {
    margin-bottom: 17px;
    font-size: 44px;
    text-align: center;
  }

  .footer-info {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-info_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64%;
    margin-bottom: 15px;
  }

  .footer-info-right {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-info-right_email {
    margin-top: 2px;
    font-size: 15px;
  }

  .footer-info-right_links {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block {
    font-size: 14px;
  }

  .footer-email-link {
    font-size: 15px;
  }

  .menu-button {
    width: auto;
    padding-left: 0px;
  }

  .nav-menu {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }

  .nav-telefonos {
    margin-right: 0rem;
    margin-left: 0.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-tlf_fijo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-tlf_fijo.movil {
    width: auto;
    margin-right: -1.3rem;
    margin-bottom: 2px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-2 {
    width: 7.1rem;
  }

  .text-block-3 {
    overflow: visible;
    margin-bottom: 5px;
  }

  .image-6 {
    margin-right: 0px;
  }

  .link {
    font-size: 15px;
  }

  .link-2 {
    font-size: 15px;
  }

  .hero-carta_info-y-cta {
    width: 100%;
    padding-right: 1.2rem;
    padding-bottom: 0px;
    padding-left: 1.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-3.reservas {
    margin-bottom: 0px;
    text-align: left;
  }

  .carta-cta-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .carta-img {
    width: 16.1rem;
  }

  .bold-text-4 {
    font-weight: 700;
  }

  .reservas-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reservas-form {
    width: 100%;
    margin-top: 0rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }

  .reservas-rigthbar {
    width: 100%;
    padding-right: 0px;
  }

  .campo-form {
    width: 100%;
    margin-right: 0px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: hsla(0, 0%, 100%, 0.86);
    text-align: left;
  }

  .campo-form.fechas {
    width: 29%;
    margin-right: 0.7rem;
    text-align: left;
  }

  .form {
    margin-right: auto;
    margin-left: auto;
    border-right-style: none;
  }

  .field-label-2 {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .submit-button {
    width: 100%;
    padding-left: 2.3rem;
  }

  .textarea {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.86);
  }

  .bold-text-5 {
    text-align: left;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .carta-p {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 14px;
    text-align: center;
  }

  .carta-cta-container {
    padding-top: 0rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .text-block-4 {
    font-size: 31px;
    line-height: 40px;
  }

  .div-block-2 {
    height: auto;
    max-height: none;
  }

  .hanami-left {
    width: 0%;
  }

  .hanami-right {
    width: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-5 {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #fe4a5c;
  }

  .fotos-comida {
    overflow: hidden;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .fotos-comida_fotos._3 {
    width: 50%;
    height: 10rem;
  }

  .fotos-comida_fotos._1 {
    width: 50%;
    height: 10rem;
    background-position: 99% 50%;
  }

  .fotos-comida_fotos._4 {
    width: 50%;
    height: 10rem;
    background-position: 100% 50%;
  }

  .fotos-comida_fotos._5 {
    width: 50%;
    height: 10rem;
  }

  .logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100%;
    margin-top: 0.5rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .link-block-2.logos-llevar {
    width: 7.6rem;
    height: 3.6rem;
    margin: 7px;
    padding-bottom: 0px;
    text-align: center;
  }

  .heading-6 {
    margin-top: -2px;
  }

  .footer-email-link-2 {
    font-size: 15px;
  }

  .heading-7 {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #fe4a5c;
  }

  .footer__bloque-copiright {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cookies-text {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .cookies-lefttext {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-8 {
    overflow: auto;
  }

  .navbar_tlf-fijo {
    width: 10.3rem;
    margin-bottom: 3px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2.modalok {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .numero-plato {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 85px;
    margin-top: 7px;
    margin-bottom: -2px;
    margin-left: 8px;
    padding: 12px 0px 6px 11px;
  }

  .nombre-plato {
    font-size: 32px;
  }

  .texto-ingles {
    font-size: 19px;
  }

  .bold-text-6 {
    font-size: 24px;
  }

  .ficha-plato {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-left: 0px;
    padding: 1rem 18px 1rem 1rem;
    border-style: none none solid;
    background-color: rgba(7, 27, 41, 0.69);
  }

  .container-platos-2 {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-10 {
    width: auto;
    border: 1px solid #fff;
    border-radius: 0px 0px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .tabs-menu {
    margin-bottom: 13px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .tab-link-tab-1 {
    width: 100%;
  }

  .text-block-9 {
    line-height: 16px;
    text-align: center;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: 3rem;
    margin: 0px;
    padding: 0px 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    opacity: 1;
  }

  .tab-link.w--current {
    border-radius: 0px;
  }

  .texto-tabs {
    font-family: Roboto, sans-serif;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .tabs {
    padding-top: 19px;
  }

  .tab-pane-tab-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .imagen-platos-continer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-bottom-right-radius: 30px;
    background-image: linear-gradient(146deg, #c3c0c0, #fff);
  }

  .modal {
    width: 18.5rem;
    height: 31.8rem;
    margin-top: -37px;
    padding-top: 32px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 8px;
  }

  .modal-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-9 {
    font-size: 29px;
    line-height: 36px;
  }

  .div-block-3 {
    margin-right: -6px;
    margin-left: -6px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 73%;
    margin-top: -17px;
  }
}

#w-node-a1838d4f-8fae-3a06-e730-9c6f862f6819-862f6812 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a1838d4f-8fae-3a06-e730-9c6f862f681d-862f6812 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-a1838d4f-8fae-3a06-e730-9c6f862f6819-862f6812 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1838d4f-8fae-3a06-e730-9c6f862f681b-862f6812 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Tradegothicltstd';
  src: url('../fonts/TradeGothicLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}