@font-face {
  font-family: Casablanca;
  src: url('../fonts/Casablanca_Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Casablanca;
  src: url('../fonts/Casablanca_Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Casablanca;
  src: url('../fonts/Casablanca_Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --gris-dante: #404041;
  --dante-beige: #f4f1ed;
  --whatsapp: #075e54;
  --chocolate: #d6782a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-div {
  color: #fff;
  text-align: center;
  background-color: #8b734d;
  width: 100%;
  height: 100vh;
  display: block;
}

.image {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.image.logo {
  flex: none;
  width: 100%;
  max-width: 650px;
  height: auto;
  max-height: none;
  margin-top: -82px;
  margin-bottom: -92px;
  padding-top: 0;
  display: block;
}

.hero-social {
  width: 100%;
  height: auto;
  display: flex;
}

.social-img {
  float: right;
  text-align: left;
  width: 22px;
  margin-top: 0;
  margin-right: 5px;
}

.social-img.ta {
  display: none;
}

.div-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 77%;
  padding-bottom: 0;
  display: flex;
}

.section-hero {
  text-align: center;
  background-image: url('../images/DANTE-cover.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.section-nav {
  z-index: 2000;
  text-align: center;
  background-color: #fffffff7;
  position: sticky;
  top: 0;
}

.section-nav.delivery {
  display: block;
}

.hero-arrow {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.h3 {
  width: 100%;
  color: var(--gris-dante);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.h3:hover {
  color: #59595a;
  border: 1px #000;
  padding-bottom: 0;
}

.h3.w--current {
  color: #59595a;
  border: 1px #000;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.h3.call {
  color: #f6f6fc;
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}

.h3.menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h3.nav {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Casablanca, Tahoma, sans-serif;
  font-weight: 500;
}

.h3.nav.w--current {
  letter-spacing: 1px;
}

.h3.nav.hide {
  display: none;
}

.h3.footer {
  text-align: center;
  margin-bottom: 110px;
}

.h3.title {
  text-align: center;
  width: 100%;
  margin-top: 80px;
}

.call-link {
  color: #fcf9f9;
  letter-spacing: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.call-link.takeout {
  letter-spacing: 1px;
  border: 1px #fff;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: underline;
  display: block;
}

.call-link.takeout.hide {
  display: none;
}

.call-link.reservar {
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 360px;
  margin-bottom: 0;
  padding: 4px 39px 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  display: inline-block;
}

.call-link.reservar.hide {
  display: none;
}

.call-link.secondary {
  border: 1px solid var(--gris-dante);
  color: var(--gris-dante);
  text-align: left;
  letter-spacing: .5px;
  border-radius: 360px;
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  display: inline-block;
}

.call-link.secondary.hide {
  display: none;
}

.call-link.menu {
  border: 1px solid var(--gris-dante);
  color: var(--gris-dante);
  letter-spacing: 1px;
  border-radius: 360px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 4px 39px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  display: inline-block;
}

.call-link.menu.hide {
  display: none;
}

.call-link.faq {
  border: 1px solid var(--gris-dante);
  color: var(--gris-dante);
  letter-spacing: 1px;
  border-radius: 360px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 4px 39px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  display: inline-block;
}

.call-link.faq.hide {
  display: none;
}

.div-block {
  padding-top: 0;
  padding-bottom: 6px;
  display: inline-block;
}

.div-block.domicilio {
  flex: none;
  align-self: center;
  margin-top: 55px;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.line {
  border-bottom: 1px solid #f8f4f4;
  width: auto;
  height: auto;
  margin-top: 8px;
}

.nav-list {
  z-index: 9999;
  float: none;
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 20px;
  display: block;
  position: sticky;
  top: 8px;
}

.nav-list.sticky {
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-li {
  display: inline-block;
}

.nav-li.h3 {
  padding: 0;
}

.section-intro {
  z-index: 400;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 110px;
  position: relative;
}

.div-container {
  z-index: 500;
  border: 1px none var(--gris-dante);
  text-align: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-container.footer {
  border-style: none;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 62px;
}

.column-left {
  float: left;
  width: 50%;
  padding-right: 43px;
  position: static;
}

.column-left._2 {
  margin-left: 0;
  padding-right: 0;
}

.who-left-copy {
  width: 50%;
}

.column-right {
  float: right;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 43px;
}

.img1 {
  background-color: #493838;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.h1 {
  color: var(--gris-dante);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 42.76px;
  font-weight: 700;
}

.h1.center {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 59px;
  font-weight: 500;
  line-height: 100%;
}

.h1.center.firing {
  text-align: left;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1.center.pop {
  margin-top: 34px;
  font-size: 46px;
}

.h1.menu {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}

.h1.menu.firing {
  text-align: left;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1.delivery {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.delivery.firing {
  text-align: left;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1-line {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gris-dante);
  width: 100px;
  margin-bottom: 20px;
  padding-top: 16px;
}

.h1-line.menu {
  float: none;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.h1-line.where {
  width: 50px;
}

.h1-line.where.hide {
  display: none;
}

.h1-line.menu-delivery {
  float: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.h1-line.pop {
  margin: 37px auto;
  padding-top: 0;
}

.h1-line.light {
  border-style: none none solid;
  border-color: var(--dante-beige);
  color: var(--dante-beige);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.p-text {
  float: left;
  width: 100%;
  max-width: 400px;
  color: var(--gris-dante);
  text-align: left;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.p-text.where {
  text-align: left;
  max-width: none;
  font-style: normal;
  line-height: 18px;
}

.p-text.footer {
  max-width: none;
  font-size: 11px;
  line-height: 15px;
}

.p-text.delivery-contact {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: inline;
}

.p-text.delivery-contact.tel._1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
}

.p-text.delivery-contact.tel.wa {
  max-width: none;
  color: var(--whatsapp);
  margin-left: 0;
  text-decoration: underline;
  display: inline-block;
}

.p-text.delivery-contact.horario {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.p-text.delivery-contact.tel {
  width: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.p-text.delivery-contact.tel._1 {
  margin-right: 0;
  display: inline;
}

.p-text.delivery-contact.polanco {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.p-text.delivery-contact.polanco._1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
}

.p-text.delivery-contact.polanco.wa {
  max-width: none;
  color: var(--whatsapp);
  margin-left: 0;
  text-decoration: underline;
  display: inline-block;
}

.p-text.delivery-contact.descuento {
  width: auto;
  max-width: none;
  margin-bottom: 18px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.p-text.delivery-contact.descuento._1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
}

.p-text.delivery-contact.descuento.wa {
  max-width: none;
  color: var(--whatsapp);
  margin-left: 0;
  text-decoration: underline;
  display: inline-block;
}

.p-text.delivery-contact.entrega {
  float: left;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  margin-top: 13px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
}

.p-text.delivery-contact.entrega._1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
}

.p-text.delivery-contact.entrega.wa {
  max-width: none;
  color: var(--whatsapp);
  margin-left: 0;
  text-decoration: underline;
  display: inline-block;
}

.p-text.menu {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
}

.p-text.menu-subtitulo {
  text-align: center;
  width: auto;
  max-width: 300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.p-text.menu-subtitulo.dante {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  display: inline-block;
}

.p-text.menu-subtitulo.dante.wa {
  color: var(--whatsapp);
  text-decoration: underline;
}

.p-text.menu-subtitulo.accent {
  color: var(--whatsapp);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.p-text.pop {
  max-width: none;
}

.p-text.white {
  max-width: 800px;
  color: var(--dante-beige);
  text-align: center;
  margin: 20px auto 60px;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.p-text.light {
  color: var(--dante-beige);
  margin-bottom: 0;
}

.p-text.hero {
  max-width: 600px;
  color: var(--dante-beige);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
}

.image-3 {
  background-color: #b46c6c;
  margin-top: 363px;
  position: absolute;
  inset: 29px 0% 0% 39%;
}

.image-4 {
  float: none;
  background-color: var(--gris-dante);
  text-align: center;
  width: 500px;
  height: auto;
  margin-top: -25px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% -25%;
}

.subheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.img-container {
  float: right;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.color-background {
  z-index: 0;
  color: #f4f1ed;
  background-color: #f4f1ed;
  height: 495px;
  position: relative;
  top: -200px;
}

.section-who-copy {
  z-index: 9999;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}

.section-menu {
  z-index: 400;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.color-block {
  z-index: 0;
  width: 100%;
  height: 139px;
  color: var(--gris-dante);
  background-color: #f4f1ed;
  position: absolute;
  inset: auto 0% 0%;
}

.color-block2 {
  z-index: 0;
  width: 100%;
  height: 400px;
  color: var(--gris-dante);
  background-color: #f4f1ed;
  position: absolute;
  inset: 0% 0% auto;
}

.icon, .icon-2 {
  color: var(--gris-dante);
}

.image-5 {
  background-color: #f7f4f4;
  width: 100%;
  max-width: 900px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  text-align: center;
}

.slider {
  background-color: #0000;
  height: auto;
  font-size: 8px;
}

.right-arrow {
  justify-content: center;
  max-height: 600px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.right-arrow.pizzas {
  margin-right: -58px;
}

.left-arrow {
  justify-content: center;
  max-height: 600px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.left-arrow.pizzas {
  margin-left: -58px;
}

.who-info {
  float: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 30px;
}

.who-info.firing {
  margin-top: 0;
}

.slide-2, .slide-3, .slide-4, .slide-5 {
  text-align: center;
}

.div-menu {
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-columns {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menu-link {
  color: var(--gris-dante);
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu-linkblock {
  border: 1px solid var(--gris-dante);
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.menu-linkblock.delivery {
  text-align: center;
  margin: 30px 12px 18px;
}

.menu-linkblock.delivery._1 {
  margin-top: 20px;
}

.menu-linkblock.delivery._2 {
  margin-top: 20px;
  display: inline-block;
}

.column5 {
  margin-left: auto;
  margin-right: auto;
}

.italics {
  letter-spacing: 2px;
  margin-top: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  display: none;
}

.italics.tel {
  display: inline;
}

.section-quote {
  background-image: linear-gradient(#502c0ab8, #502c0ab8), url('../images/BrowserPreview_tmp-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 1800px;
  background-attachment: scroll, fixed;
  margin-top: -217px;
}

.quote {
  float: left;
  color: #faf8f8;
  text-align: left;
  letter-spacing: 0;
  border: 1px #000;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 43px 102px;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 63px;
  font-weight: 500;
  line-height: 56px;
}

.quote-dante {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.section-dante {
  background-color: #0000;
  margin-top: 80px;
  padding-bottom: 150px;
}

.dante-left {
  float: left;
  width: 50%;
  padding-left: 43px;
  padding-right: 0;
  position: static;
}

.dante-right {
  float: right;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 43px;
}

.dante-right._2 {
  float: right;
  padding-left: 0;
}

.image-6 {
  background-color: var(--gris-dante);
  width: 100%;
  max-width: 457px;
  height: auto;
  max-height: 690px;
  color: var(--gris-dante);
  margin-top: 0;
  margin-bottom: 40px;
}

.dante-info {
  text-align: left;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-reservations {
  text-align: center;
  background-color: #f4f1ed;
  margin-bottom: -55px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-reservations._2 {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
}

.div-reservations {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-reservations.mobile {
  display: none;
}

.div-reservations.desktop {
  width: 100%;
  max-width: 800px;
}

.section {
  background-image: url('../images/dante-out.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.section.architecture {
  background-image: none;
  margin-bottom: 47px;
}

.section.architecture2 {
  display: block;
}

.section-where {
  padding-top: 130px;
  padding-bottom: 170px;
}

.where-left {
  float: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: static;
}

.where-right {
  float: right;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 43px;
}

.where-info {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.where-info.la {
  display: block;
}

.h2 {
  color: var(--gris-dante);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

.h2.who {
  margin-top: 0;
}

.h2.hide {
  display: none;
}

.h2.short {
  max-width: 491px;
}

.h2.short._2 {
  max-width: 346px;
  line-height: 92%;
}

.h2.short.light {
  color: var(--dante-beige);
}

.h2.short._3 {
  max-width: 361px;
  line-height: 92%;
}

.h2.white {
  max-width: 800px;
  color: var(--dante-beige);
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 79px;
  line-height: 90%;
}

.h2.title {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.title._2 {
  max-width: 265px;
  line-height: 92%;
}

.h2.title.light {
  color: var(--dante-beige);
}

.where-map {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.where-map.la, .link-block {
  display: block;
}

.section-footer {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section-footer.delivery {
  margin-top: 130px;
  margin-bottom: 0;
}

.div-contact {
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 200px;
  max-width: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-7.header {
  margin-bottom: 50px;
}

.div-socialfooter {
  margin-bottom: 140px;
}

.footer-social {
  margin-left: 6px;
  margin-right: 6px;
}

.text-footer {
  float: right;
  color: #969393;
  text-align: right;
  width: 100%;
  max-width: 380px;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.text-footer.where {
  line-height: 18px;
}

.text-footer.mobile {
  display: none;
}

.text-footer.desktop {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
}

.link-graycat {
  color: #303031;
  text-decoration: none;
}

.column-2 {
  text-align: right;
  padding-right: 0;
}

.social-link {
  float: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.div-navlink {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--gris-dante);
  height: auto;
  margin-left: 28px;
  margin-right: 28px;
  display: inline-block;
}

.div-navlink.delivery.mobile {
  display: none;
}

.link-underline {
  border-top: 1px solid var(--gris-dante);
}

.section-location {
  z-index: 400;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.h1-copy {
  color: var(--gris-dante);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 42.76px;
  font-weight: 700;
}

.h1-copy.who {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.h1-copy.pop {
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 49px;
  font-size: 25px;
  font-style: normal;
  line-height: 32px;
}

.image-6-copy {
  background-color: var(--gris-dante);
  width: 100%;
  max-width: 457px;
  height: auto;
  max-height: 690px;
  color: var(--gris-dante);
  margin-top: 113px;
  margin-bottom: 40px;
}

.container {
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 68px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.image-8 {
  margin-bottom: 20px;
}

.image-9 {
  display: none;
}

.firing-info {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-3 {
  padding-left: 0;
  line-height: 21px;
}

.slide-nav {
  display: none;
  bottom: -10px;
}

.link-2 {
  color: var(--gris-dante);
  text-decoration: none;
}

.image-10 {
  width: 650px;
}

.arch-left {
  float: left;
  width: 50%;
  padding-right: 43px;
  position: static;
}

.arch-left._2 {
  margin-left: 0;
  padding-right: 0;
}

.architecture-img-2 {
  float: right;
  background-color: var(--gris-dante);
  text-align: center;
  width: 460px;
  height: auto;
  margin-top: -202px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% -25%;
}

.architecture-img-1 {
  background-color: #493838;
  width: 700px;
  max-width: 150%;
  height: auto;
  margin-top: 21px;
}

.image-11 {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
}

.link-block-3 {
  display: inline-block;
}

.div-block-2 {
  margin-top: 25px;
}

.gallery-header {
  text-align: center;
  padding-top: 52px;
}

.section-gallery {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 141px;
}

.image-12 {
  float: left;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  float: left;
  border: 3px solid #fff;
  width: auto;
  height: 300px;
}

.lightbox-link:hover {
  opacity: 1;
}

.lightbox-link._25 {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link._25._1 {
  background-image: url('../images/DANTE-whoweare-3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.lightbox-link._25.a {
  background-image: url('../images/DANTE-gallery-thumbnail-035.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.a:hover {
  background-image: url('../images/DANTE-gallery-food-024.jpg');
  background-size: cover;
}

.lightbox-link._25.c {
  background-image: url('../images/DANTE-gallery-thumbnail-016.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.i {
  background-image: url('../images/DANTE-gallery-thumbnail-020.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.q {
  background-image: url('../images/DANTE-gallery-food-029.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.r {
  background-image: url('../images/DANTE-gallery-food-021.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.u {
  background-image: url('../images/DANTE-gallery-thumbnail-032.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.w {
  background-image: url('../images/DANTE-gallery-thumbnail-026.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._25.dd {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.lightbox-link._25.oo, .lightbox-link._25.qq {
  display: none;
}

.lightbox-link._50 {
  width: 50%;
}

.lightbox-link._50.b {
  background-image: url('../images/DANTE-gallery-thumbnail-033.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._50.k {
  background-image: url('../images/DANTE-gallery-thumbnail-030.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._50.l {
  background-image: url('../images/DANTE-gallery-thumbnail-036.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link._50.p {
  background-image: url('../images/DANTE-gallery-thumbnail-040.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._50.v {
  background-image: url('../images/DANTE-gallery-thumbnail-027.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._50.ee {
  background-image: url('../images/DANTE-gallery-thumbnail-015.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link._50.hh {
  background-image: url('../images/DANTE-gallery-thumbnail-011.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._50.ii {
  background-image: url('../images/DANTE-gallery-thumbnail-028.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link._50.pp, .lightbox-link._50.rr, .lightbox-link._50.ss {
  display: none;
}

.lightbox-link._50.cc {
  background-image: url('../images/DANTE-gallery-thumbnail-024.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link._50.q {
  background-image: url('../images/DANTE-gallery-thumbnail-022.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33 {
  width: 33.3%;
}

.lightbox-link._33.f {
  background-image: url('../images/DANTE-gallery-thumbnail-037.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.g {
  background-image: url('../images/DANTE-gallery-thumbnail-041.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.h {
  background-image: url('../images/DANTE-gallery-thumbnail-014.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.architecture-img-1 {
  background-image: url('../images/DANTE-gallery-arch-003.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.lightbox-link._33.n {
  background-image: url('../images/DANTE-gallery-thumbnail-025.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.o1 {
  background-image: url('../images/DANTE-gallery-thumbnail-003.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.z {
  background-image: url('../images/DANTE-gallery-thumbnail-031.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.aa {
  background-image: url('../images/DANTE-gallery-thumbnail-007.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.bb {
  background-image: url('../images/DANTE-gallery-thumbnail-039.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.jj {
  background-image: url('../images/DANTE-gallery-thumbnail-013.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.kk {
  background-image: url('../images/DANTE-gallery-thumbnail-008.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.ll {
  background-image: url('../images/DANTE-gallery-thumbnail-029.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._33.vv, .lightbox-link._33.ww, .lightbox-link._33.xx {
  display: none;
}

.lightbox-link._33.p {
  background-image: url('../images/DANTE-gallery-thumbnail-034.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._75 {
  width: 75%;
}

.lightbox-link._75.j {
  background-image: url('../images/DANTE-gallery-thumbnail-004.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._30.ff {
  background-image: url('../images/DANTE-gallery-thumbnail-018.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._30.tt {
  display: none;
}

.lightbox-link._30 {
  width: 30%;
}

.lightbox-link._30.s {
  background-image: url('../images/DANTE-gallery-thumbnail-038.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._70 {
  width: 70%;
}

.lightbox-link._70.t {
  background-image: url('../images/DANTE-gallery-thumbnail-009.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._70.gg {
  background-image: url('../images/DANTE-gallery-thumbnail-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._70.uu {
  display: none;
}

.lightbox-link._60 {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link._60.d {
  background-image: url('../images/DANTE-gallery-thumbnail-012.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link._60.x {
  background-image: url('../images/DANTE-gallery-thumbnail-019.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._60.mm {
  background-image: url('../images/DANTE-gallery-thumbnail-002.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._40 {
  width: 40%;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link._40.e {
  background-image: url('../images/DANTE-gallery-thumbnail-010.jpg');
  background-position: 0%;
  background-size: cover;
}

.lightbox-link._40.y {
  background-image: url('../images/DANTE-gallery-thumbnail-023.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link._40.nn {
  background-image: url('../images/DANTE-gallery-thumbnail-017.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-4 {
  width: 200px;
  height: auto;
}

.top {
  height: 0;
}

.logo-footer {
  width: 199px;
  height: auto;
}

.div-gallery {
  margin-left: auto;
  margin-right: auto;
}

.hover-lightbox {
  opacity: 0;
  background-color: #fff;
  border-radius: 0;
  width: auto;
  height: 100%;
  transition: opacity .2s;
}

.hover-lightbox:hover {
  opacity: .2;
  width: 100%;
  height: 100%;
}

.section-delivery-contact {
  background-color: var(--dante-beige);
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  padding: 50px 25% 10px;
}

.section-delivery-contact._2 {
  margin-top: 0;
  margin-bottom: 130px;
}

.section-delivery-contact.bottom {
  margin-bottom: 130px;
}

.div-delivery-contact {
  text-align: center;
  max-width: 600px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  text-align: center;
  display: inline;
}

.section-delivery-menu {
  text-align: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 70px;
}

.menu-info {
  float: none;
  text-align: center;
  margin: 0 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-info.firing {
  margin-top: 0;
}

.menu-image {
  background-color: #493838;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.menu-right {
  float: right;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 43px;
}

.img-contact-icon {
  float: none;
  margin-top: -7px;
  margin-right: 10px;
  display: inline-block;
}

.columns-delivery {
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 67px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-delivery.pizzas, .columns-delivery.empanadas {
  flex-direction: row;
}

.columns-delivery.asar {
  display: none;
}

.ul-delivery-menu {
  padding-left: 0;
}

.h3-menu {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.precio {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.list-item {
  margin-bottom: 18px;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.gramos {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-navlink-2 {
  border: 1px #000;
  border-bottom-color: #404041;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
}

.h3-2 {
  color: #404041;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.h3-2:hover {
  color: #59595a;
  border: 1px #000;
  padding-bottom: 0;
}

.h3-2.w--current {
  color: #59595a;
  border: 1px #000;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.h3-2.menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h3-2.menu.sistema {
  color: #fff;
  line-height: 18px;
}

.div-block-3 {
  z-index: 9999;
  background-color: #1c1c1dc2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.div-block-3.cerrar {
  display: none;
}

.popup {
  background-color: #fff;
  max-width: 800px;
  padding: 42px 0 10px 42px;
  position: absolute;
  box-shadow: 0 0 10px #00000082;
}

.image-13 {
  width: auto;
}

.pop-box {
  float: none;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  padding-top: 34px;
  padding-bottom: 25px;
  padding-right: 20px;
  display: block;
}

.pop-box.firing {
  margin-top: 0;
}

.span-pop {
  font-style: normal;
}

.img-contact-icon-2 {
  margin-top: -6px;
  margin-right: 10px;
}

.menu-linkblock-2 {
  border: 1px solid #404041;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
}

.menu-linkblock-2.delivery {
  text-align: center;
  margin-top: 30px;
}

.menu-linkblock-2.pop {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 5px;
}

.menu-linkblock-2.pop.sistema {
  background-color: var(--chocolate);
  border-style: none;
  margin: 0 15px 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-linkblock-2.pop.sistema.home {
  margin-top: 5px;
}

.image-14 {
  display: none;
}

.link-block-6 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-15 {
  margin-top: 10px;
  margin-right: 10px;
}

.div-block-4 {
  max-width: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

.accent-dante {
  background-color: var(--dante-beige);
  text-align: center;
  max-width: 300px;
  padding: 20px;
  position: absolute;
  inset: -8% 0% auto -8%;
  box-shadow: 0 -1px 20px #1c1c1d33;
}

.div-tel {
  text-align: center;
  display: block;
}

.div-whatsapp {
  display: inline;
}

.div-contact-delivery {
  display: block;
}

.link-3, .link-wa {
  color: var(--whatsapp);
}

.column-pop {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.image-16 {
  max-width: 85%;
  margin-top: 0;
}

.div-delivery-contac {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-icons {
  float: right;
  margin-top: 10px;
  display: inline-block;
}

.uber {
  width: 75px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.rappi {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.delivery-video {
  max-width: 1000px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.img-repartidor {
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.link-gps {
  color: var(--gris-dante);
  font-style: normal;
}

.link-phone {
  color: var(--gris-dante);
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
}

.link-4, .link-5 {
  text-decoration: none;
}

.link-6 {
  color: var(--gris-dante);
  text-decoration: underline;
}

.italic-text {
  text-decoration: none;
}

.link-7 {
  color: var(--gris-dante);
}

.image-17 {
  width: 280px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-menu-qr {
  background-color: var(--dante-beige);
  width: 100vw;
  height: 100vh;
  color: var(--dante-beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-linkblock-qr {
  border: 1px solid var(--gris-dante);
  min-width: 200px;
  margin: 8px auto;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  display: inline-block;
}

.menu-linkblock-qr.delivery {
  text-align: center;
  margin: 30px 12px 18px;
}

.menu-linkblock-qr.delivery._1 {
  margin-top: 20px;
}

.menu-linkblock-qr.delivery._2 {
  margin-top: 20px;
  display: inline-block;
}

.div-block-5 {
  text-align: center;
  max-width: 300px;
}

.dante-qr {
  max-width: 250px;
  margin-bottom: 54px;
}

.lang-switch {
  float: left;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.lang-switch.dark {
  width: 100%;
  color: var(--gris-dante);
  letter-spacing: 1px;
  margin-top: -141px;
  margin-left: 0;
  padding-left: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: sticky;
  top: 8px;
}

.lang-switch.dark.gallery {
  margin-top: -175px;
}

.lang-switch.dark.mobile {
  color: #0000;
}

.lang-switch.mobile {
  display: none;
}

.noncurrent {
  opacity: 1;
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.lang-link {
  opacity: .5;
  color: #fff;
  text-decoration: none;
}

.lang-link.current {
  opacity: 1;
}

.lang-link.current.w--current {
  opacity: 100;
}

.lang-link.current.esp {
  color: #0000;
  background-image: url('../images/idioma-esp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-link.current.esp.w--current {
  color: #0000;
  background-image: url('../images/idioma-esp.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-link.current.eng.w--current {
  background-position: 50%;
}

.lang-link.dark {
  color: var(--gris-dante);
}

.lang-link.eng {
  opacity: .5;
  color: #0000;
  background-image: url('../images/idioma-eng.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: 0;
}

.lang-link.eng.w--current {
  opacity: 1;
}

.lang-link.eng.res {
  opacity: 100;
}

.lang-link.esp {
  color: #0000;
  background-image: url('../images/idioma-esp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-link.esp.w--current {
  opacity: 1;
  color: #0000;
  background-image: url('../images/idioma-esp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-link.esp.res {
  opacity: 100;
}

.body-2, .body-home {
  padding-bottom: 1px;
}

.link-8 {
  color: var(--gris-dante);
  text-decoration: none;
}

.link-factura {
  color: var(--gris-dante);
  text-align: left;
  margin-top: 12px;
  font-weight: 700;
  display: block;
}

.link-factura:visited {
  color: var(--gris-dante);
}

.div-block-6 {
  text-align: center;
}

.insignia {
  width: auto;
  position: absolute;
  inset: 50px 6% auto auto;
}

.html-embed-2 {
  display: none;
}

.reservations-tab {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-2 {
  opacity: .5;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2.w--current {
  opacity: 100;
  background-color: #0000;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1.w--current {
  opacity: 100;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  background-color: #0000;
  margin-top: 30px;
}

.section-resenas {
  text-align: center;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.dic-resenas {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dic-resenas.mobile {
  display: none;
}

.dic-resenas.desktop {
  width: 100%;
  max-width: 800px;
}

.imagen-google {
  width: 100px;
  margin-bottom: -117px;
  margin-left: auto;
  margin-right: auto;
}

.link-resenas {
  z-index: 10;
  height: auto;
  margin-bottom: 54px;
  position: relative;
}

.heading {
  color: var(--dante-beige);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 105%;
}

.section-sentidos {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/Dante-5sentidos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-cortes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2c0503;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.div-imagen {
  background-image: url('../images/Dante-tomahawk.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-text {
  padding-left: 100px;
}

.div-info {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-faq {
  padding-top: 0;
  padding-bottom: 170px;
}

.faq {
  background-color: #fff;
  border-bottom: 1px solid #eff1f5;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 10px 40px 20px;
}

.faq-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.heading-2 {
  color: #000;
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-2.h2 {
  color: var(--gris-dante);
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.faq-flecha {
  width: 30px;
  transform: rotate(90deg);
}

.paragraph {
  color: #666565;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.accordion {
  text-align: left;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.heading-2-copy {
  color: #000;
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-2-copy.h2 {
  color: var(--gris-dante);
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.navlink {
  color: var(--gris-dante);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Casablanca, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.navlink:hover {
  color: #59595a;
  border: 1px #000;
  padding-bottom: 0;
}

.navlink.w--current {
  color: #59595a;
  border: 1px #000;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.navlink.call {
  color: #f6f6fc;
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}

.navlink.menu {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 18px;
}

.navlink.nav {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Casablanca, Tahoma, sans-serif;
  font-weight: 500;
}

.navlink.nav.w--current {
  letter-spacing: 1px;
}

.navlink.nav.hide {
  display: none;
}

.main-container {
  max-width: 1100px;
}

.columns-3 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--gris-dante);
}

.container-nav {
  justify-content: space-around;
  align-items: center;
  width: 800px;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.lang-en, .lang-es {
  float: left;
  width: 35px;
  display: block;
}

.lang-es.current {
  opacity: 1;
}

.bottom-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0 0 93px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-8 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-switch {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: sticky;
  top: 8px;
}

.text-block-2 {
  color: var(--gris-dante);
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.text-block-3 {
  color: var(--gris-dante);
}

.icono-dante {
  float: none;
  width: 96px;
}

.link-block-9 {
  align-self: center;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 0;
}

.nav-menu {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 2px;
}

.footer-nav {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--gris-dante) black black;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

@media screen and (max-width: 991px) {
  .nav-list {
    display: block;
  }

  .p-text.delivery-contact.entrega {
    text-transform: uppercase;
  }

  .right-arrow {
    margin-right: -52px;
    display: flex;
    overflow: visible;
  }

  .left-arrow {
    margin-left: -52px;
    display: flex;
  }

  .column5 {
    margin-bottom: 35px;
  }

  .section-dante {
    padding-bottom: 0;
  }

  .text-footer.mobile {
    float: none;
    text-align: left;
    line-height: 16px;
    display: block;
  }

  .text-footer.desktop {
    display: none;
  }

  .div-navlink {
    margin-left: 22px;
    margin-right: 22px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .section-gallery {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-delivery-contact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns-delivery {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-delivery.pizzas {
    flex-direction: column;
  }

  .column-4 {
    margin-bottom: 35px;
  }

  .column-6 {
    text-align: center;
    margin-bottom: 39px;
  }

  .div-navlink-2 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .popup {
    max-width: 90%;
  }

  .lang-switch {
    margin-top: 14px;
    display: none;
  }

  .navlink {
    width: 100%;
  }

  .navbar-container {
    display: block;
  }

  .navbar {
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .menu-button-3 {
    background-color: #c8c8c8;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .icon-7 {
    color: var(--gris-dante);
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 350px;
  }

  .image.logo {
    width: 80%;
  }

  .div-logo {
    height: 44%;
    margin-top: 103px;
  }

  .section-hero {
    background-image: url('../images/DANTE-cover-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    min-width: 100%;
    margin-bottom: 0;
  }

  .section-nav, .section-nav.desktop {
    display: block;
  }

  .h3, .h3.w--current {
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .h3.nav {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .nav-list {
    color: #fffffff7;
    background-color: #fffffff7;
    height: 100vh;
  }

  .nav-li {
    display: inline-block;
  }

  .section-intro {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-container.footer {
    margin-bottom: 30px;
  }

  .column-left {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .column-right {
    width: 100%;
    padding-left: 0;
  }

  .img1 {
    width: 100%;
    max-width: 457px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .img1._2 {
    float: none;
    text-align: center;
    max-width: 457px;
    display: inline-block;
  }

  .h1.center.pop {
    margin-top: 20px;
    font-size: 44px;
  }

  .h1-line.menu-delivery {
    margin-bottom: 50px;
  }

  .h1-line.pop {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .p-text {
    max-width: none;
  }

  .p-text.delivery-contact.tel._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .p-text.delivery-contact.tel.wa {
    margin-right: 0;
  }

  .p-text.delivery-contact.horario {
    margin-bottom: -4px;
  }

  .p-text.delivery-contact.entrega {
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-4 {
    width: 100%;
    max-width: 457px;
    margin-top: 0;
  }

  .img-container, .img-container.who {
    margin-bottom: 0;
  }

  .section-menu {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .color-block {
    height: 70px;
    display: none;
  }

  .image-5.pizza {
    max-width: 500px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .who-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .menu-linkblock {
    margin-top: 20px;
  }

  .section-quote {
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .quote {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section-dante {
    padding-bottom: 70px;
  }

  .dante-left {
    width: 100%;
    padding-left: 0;
  }

  .dante-right {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-6 {
    margin: 0 auto;
  }

  .dante-info {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .section-reservations {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-reservations.mobile {
    max-width: 90%;
    display: block;
  }

  .div-reservations.desktop {
    width: auto;
    max-width: 90%;
    display: block;
  }

  .section-where {
    margin-top: 200px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .where-left {
    width: 100%;
    padding-right: 0;
  }

  .where-right {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }

  .section-footer.delivery {
    margin-top: 100px;
  }

  .image-7 {
    margin-bottom: 50px;
  }

  .div-socialfooter {
    margin-bottom: 100px;
  }

  .text-footer {
    float: left;
    margin-left: auto;
    margin-right: auto;
  }

  .text-footer.mobile {
    float: left;
    text-align: left;
    line-height: 16px;
    display: block;
  }

  .text-footer.desktop {
    display: none;
  }

  .column-2 {
    text-align: center;
  }

  .link-block-2 {
    float: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--gris-dante);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
  }

  .div-navlink {
    display: block;
  }

  .div-navlink.delivery {
    display: none;
  }

  .div-navlink.delivery.mobile {
    display: block;
  }

  .section-location {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-copy.pop {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .image-6-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    margin-bottom: 0;
  }

  .image-9 {
    float: left;
    margin-top: 17px;
    margin-left: 16px;
    display: inline-block;
  }

  .firing-info {
    margin-top: 80px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button:focus {
    color: var(--gris-dante);
    background-color: #0000;
  }

  .slide-nav {
    display: none;
    bottom: 0%;
  }

  .arch-left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .architecture-img-2 {
    float: none;
    width: 100%;
    max-width: 457px;
    margin-top: 0;
  }

  .architecture-img-1 {
    width: 100%;
    max-width: 457px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .architecture-img-1._2 {
    float: none;
    text-align: center;
    max-width: 457px;
    display: inline-block;
  }

  .gallery-header {
    display: none;
  }

  .section-gallery {
    margin-top: 11px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .lightbox-link {
    height: 200px;
  }

  .div-gallery {
    margin-left: 3%;
    margin-right: 3%;
  }

  .section-delivery-contact {
    background-position: 85% 11%, 11% 19%;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-delivery-menu {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .menu-info {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .menu-image {
    width: 100%;
    max-width: 457px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-image._2 {
    float: none;
    text-align: center;
    max-width: 457px;
    display: inline-block;
  }

  .menu-right {
    width: 100%;
    padding-left: 0;
  }

  .columns-delivery {
    margin-bottom: 0;
  }

  .columns-delivery.pizzas {
    display: block;
  }

  .columns-delivery.empanadas {
    flex-direction: row;
    margin-bottom: 0;
    display: block;
  }

  .column-4 {
    flex: 0 auto;
  }

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

  .column-6 {
    align-self: center;
    position: relative;
  }

  .div-navlink-2 {
    display: block;
  }

  .h3-2, .h3-2.w--current {
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .h3-2.nav:hover {
    padding-bottom: 10%;
  }

  .h3-2.nav.w--current:hover {
    padding-top: 10%;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2:focus {
    color: #404041;
    background-color: #0000;
  }

  .column-7 {
    margin-bottom: 50px;
  }

  .popup {
    text-align: center;
    width: 90%;
    max-width: none;
    padding: 30px 0;
  }

  .image-13 {
    display: none;
  }

  .pop-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-linkblock-2, .menu-linkblock-2.pop {
    margin-top: 20px;
  }

  .image-14 {
    max-width: 90%;
    display: inline-block;
  }

  .image-15 {
    width: 20px;
    height: 20px;
  }

  .accent-dante {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 45px auto auto;
  }

  .uber {
    margin-right: 0;
  }

  .column-8 {
    margin-bottom: 39px;
  }

  .body {
    padding-bottom: 40px;
  }

  .html-embed {
    margin-bottom: 70px;
  }

  .img-repartidor {
    margin-top: 20px;
  }

  .link-block-7 {
    float: left;
    display: block;
  }

  .link-block-8 {
    float: left;
  }

  .lang-switch {
    display: none;
  }

  .lang-switch.dark {
    float: none;
    text-align: center;
    margin: 39px auto 25px;
    font-size: 12px;
    display: inline-block;
    position: static;
    inset: 0% 0% auto;
  }

  .lang-switch.dark.gallery {
    float: none;
    margin-top: 33px;
    margin-left: 0;
    position: static;
  }

  .lang-switch.dark.hidden {
    display: none;
  }

  .lang-switch.dark.mobile {
    margin-top: 42px;
  }

  .lang-switch.mobile {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .insignia {
    inset: 8% 11% auto auto;
  }

  .dic-resenas.mobile {
    max-width: 90%;
    display: block;
  }

  .dic-resenas.desktop {
    width: auto;
    max-width: 90%;
    display: block;
  }

  .div-info {
    margin-top: 80px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .section-faq {
    margin-top: 200px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .navlink {
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .navlink:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .navlink.w--current {
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .navlink.nav {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-menu {
    text-align: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
  }

  .menu-button-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 80%;
    max-width: 350%;
  }

  .image.logo {
    margin-top: -52px;
    margin-bottom: 42px;
  }

  .hero-social {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
  }

  .social-img {
    width: 26px;
    margin-top: -2px;
  }

  .div-logo {
    height: 40%;
    margin-top: 62px;
    padding-bottom: 0;
  }

  .section-hero {
    background-position: 50% 100%;
    background-size: 131%;
    margin-bottom: 0;
  }

  .hero-arrow {
    margin-bottom: 20px;
    display: block;
  }

  .h3 {
    text-align: left;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .h3:hover {
    padding-bottom: 10px;
  }

  .h3.w--current {
    padding-top: 8%;
  }

  .h3.footer {
    text-align: center;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .h3.footer:hover {
    padding-top: 0%;
    padding-bottom: 10px;
  }

  .h3.title {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h3.title:hover {
    padding-top: 0;
    padding-right: 0;
  }

  .call-link.takeout {
    font-size: 12px;
  }

  .call-link.secondary {
    margin-bottom: 20px;
  }

  .call-link.faq {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .div-block.domicilio {
    margin-top: 34px;
    padding-bottom: 0;
  }

  .section-intro {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .div-container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .img1 {
    margin-bottom: 50px;
    display: block;
  }

  .img1._2 {
    margin-bottom: 0;
  }

  .h1.center {
    font-size: 46px;
  }

  .h1.center.pop {
    letter-spacing: 5px;
    margin-top: 20px;
  }

  .h1-line.menu {
    margin-bottom: 20px;
  }

  .h1-line.pop {
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .p-text.where {
    margin-bottom: 0;
  }

  .p-text.footer {
    margin-bottom: 80px;
  }

  .p-text.delivery-contact.tel._1 {
    margin-right: 0;
  }

  .p-text.delivery-contact.horario {
    margin-top: 15px;
    margin-bottom: -4px;
    line-height: 14px;
  }

  .p-text.delivery-contact.tel {
    margin-right: 0%;
  }

  .p-text.delivery-contact.tel._1 {
    margin-right: 0%;
    line-height: 27px;
  }

  .p-text.delivery-contact.polanco {
    text-align: center;
    margin-right: auto;
    line-height: 17px;
  }

  .p-text.delivery-contact.polanco._1 {
    margin-right: 10%;
  }

  .p-text.delivery-contact.descuento {
    margin-right: auto;
  }

  .p-text.delivery-contact.descuento._1 {
    margin-right: 10%;
  }

  .p-text.delivery-contact.entrega {
    margin-top: 8px;
    margin-right: auto;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
  }

  .p-text.delivery-contact.entrega._1 {
    margin-right: 10%;
  }

  .image-4 {
    width: 100%;
  }

  .subheading {
    padding-bottom: 0;
  }

  .who-info {
    margin-bottom: 50px;
  }

  .menu-linkblock.delivery._1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .menu-linkblock.delivery._2 {
    margin-top: 10px;
  }

  .column5 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .section-quote {
    margin-top: 20px;
  }

  .quote {
    width: 100%;
    max-width: none;
  }

  .section-dante {
    margin-top: 0;
  }

  .dante-left {
    padding-left: 0;
  }

  .dante-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-reservations {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-reservations.mobile {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .div-reservations.desktop {
    width: auto;
    max-width: 90%;
    display: block;
  }

  .section.architecture {
    height: auto;
    margin-bottom: 0;
  }

  .section-where {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
    line-height: 92%;
  }

  .h2.short {
    font-size: 46px;
    line-height: 92%;
  }

  .h2.short.light {
    line-height: 92%;
  }

  .h2.white {
    font-size: 50px;
    line-height: 92%;
  }

  .h2.title {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 48px;
  }

  .where-map {
    margin-bottom: 20px;
  }

  .div-socialfooter {
    margin-bottom: 60px;
  }

  .text-footer {
    text-align: left;
  }

  .text-footer.mobile {
    text-align: center;
  }

  .text-footer.desktop {
    display: block;
  }

  .social-link {
    margin-right: 15px;
  }

  .call-column {
    margin-bottom: 0;
  }

  .section-location {
    margin-bottom: 20px;
  }

  .h1-copy.pop {
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .image-6-copy {
    margin-bottom: 20px;
  }

  .container {
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-top: 0;
  }

  .image-9 {
    margin-top: 17px;
    margin-left: 16px;
  }

  .firing-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slide-nav {
    display: none;
  }

  .arch-left {
    padding-top: 0;
  }

  .architecture-img-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .lightbox-link {
    float: none;
    height: 150px;
  }

  .section-delivery-contact {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-delivery-contact {
    margin-bottom: 11px;
  }

  .menu-info {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-image {
    margin-bottom: 0;
    display: block;
  }

  .menu-right {
    padding-left: 0;
  }

  .img-contact-icon {
    margin-left: 0%;
    margin-right: 10px;
  }

  .column-6 {
    margin-bottom: 39px;
  }

  .h3-2.w--current {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .h3-2.nav:hover {
    padding-bottom: 10%;
  }

  .h3-2.menu.sistema {
    color: #f9f9fc;
    width: 178px;
    line-height: 18px;
  }

  .div-block-3.cerrar {
    display: none;
  }

  .popup {
    padding-top: 17px;
    padding-bottom: 10px;
    padding-right: 0;
    top: 19px;
  }

  .pop-box {
    min-width: 269px;
    max-width: 269px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-right: 0;
  }

  .img-contact-icon-2 {
    margin-left: 0%;
  }

  .menu-linkblock-2.pop {
    margin-top: 6px;
    margin-bottom: 5px;
  }

  .menu-linkblock-2.pop.sistema {
    color: #fff;
    background-color: #d6782a;
    border-style: none;
    margin-bottom: 20px;
  }

  .image-14, .image-16 {
    max-width: 65%;
  }

  .div-icons {
    margin-right: 5px;
  }

  .uber {
    margin-right: 0;
  }

  .rappi {
    margin-right: 5px;
  }

  .menu-linkblock-qr.delivery._1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .menu-linkblock-qr.delivery._2 {
    margin-top: 10px;
  }

  .dante-qr {
    width: 60%;
  }

  .lang-switch {
    display: none;
  }

  .lang-switch.dark {
    padding-left: 0;
  }

  .lang-switch.dark.gallery {
    float: none;
    margin-left: 0;
    font-size: 11px;
    position: static;
  }

  .lang-switch.mobile {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lang-switch.top {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .lang-link.eng {
    padding: 5px;
    display: inline;
  }

  .lang-link.eng.w--current {
    width: auto;
    padding: 5px;
  }

  .lang-link.eng.res {
    display: block;
  }

  .lang-link.esp {
    padding: 5px;
  }

  .columns, .columns-2 {
    margin-top: 63px;
  }

  .link-factura {
    text-align: center;
  }

  .insignia {
    height: 150px;
    display: block;
    inset: 7% 5% 0% auto;
  }

  .html-embed-2 {
    margin-top: 0;
  }

  .tab-link-tab-1.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .section-resenas {
    padding-top: 50px;
  }

  .dic-resenas.mobile {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .dic-resenas.desktop {
    width: auto;
    max-width: 90%;
    display: block;
  }

  .imagen-google {
    width: 80px;
    margin-bottom: -60px;
  }

  .icon-3, .icon-4, .icon-5, .icon-6 {
    color: var(--gris-dante);
  }

  .heading {
    font-size: 24px;
    line-height: 110%;
  }

  .section-sentidos {
    height: 90vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-cortes {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-imagen {
    height: 80vh;
  }

  .div-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-faq {
    margin-top: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 130%;
  }

  .heading-2.h2 {
    text-align: left;
    font-size: 18px;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
  }

  .paragraph.accordion {
    font-size: 12px;
  }

  .heading-2-copy {
    font-size: 28px;
    line-height: 130%;
  }

  .heading-2-copy.h2 {
    text-align: left;
    font-size: 18px;
  }

  .navlink {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .navlink.w--current {
    padding-top: 8%;
  }

  .navlink.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .columns-3 {
    border-style: none;
    border-width: 1px;
  }

  .container-nav {
    flex-flow: column;
  }

  .lang-en, .lang-es {
    width: 35px;
  }

  .bottom-block {
    margin-bottom: 0;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .top-block {
    margin-top: -82px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-bottom: 120px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar {
    padding-left: 5%;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .footer-nav {
    flex-flow: column;
  }

  .footer-legal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}

#w-node-_99f4de5e-b7cd-a15a-7d11-1b417f9c8633-bb85c8f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_99f4de5e-b7cd-a15a-7d11-1b417f9c8637-bb85c8f4, #w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-5f497f41 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_74815442-2665-8423-b193-cdb024d907e8-5f497f41 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_706099fe-ad02-32e5-806c-3149e1845213-5f497f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_146b7f0e-8b1e-96c6-8224-c47ff1f5561a-5f497f41 {
  align-self: center;
}

#w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-75e23dcc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_74815442-2665-8423-b193-cdb024d907e8-75e23dcc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_706099fe-ad02-32e5-806c-3149e1845213-75e23dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_146b7f0e-8b1e-96c6-8224-c47ff1f5561a-75e23dcc {
  align-self: center;
}

#w-node-baffe5a5-8141-667e-50ab-ce6c6ccdc5c8-6ccdc5b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_460f6632-a3f5-97fc-2df5-185294cf6cf8-6ccdc5b1 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-5f497f41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_74815442-2665-8423-b193-cdb024d907e8-5f497f41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-75e23dcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_74815442-2665-8423-b193-cdb024d907e8-75e23dcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-5f497f41, #w-node-_13f171e5-05ea-8505-7d5b-b2e9da1a5d32-75e23dcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }
}


@font-face {
  font-family: 'Casablanca';
  src: url('../fonts/Casablanca_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Casablanca';
  src: url('../fonts/Casablanca_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Casablanca';
  src: url('../fonts/Casablanca_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}