@charset "UTF-8";
@font-face {
  font-family: minionRegular;
  src: url("fonts/MinionProRegular.ttf") format("truetype");
}
@font-face {
  font-family: minionItalic;
  src: url("fonts/MinionPro-It.otf") format("opentype");
}
@font-face {
  font-family: avenir;
  src: url("fonts/avenir-light2.otf") format("opentype");
}
.avenir {
  font-family: avenir !important;
}

.normal-font {
  font-style: normal !important;
}

.italic {
  font-style: italic;
}

.uppercase-text {
  text-transform: uppercase;
}

.line-height {
  line-height: 1.5vw;
}

body {
  font-family: avenir;
  font-weight: lighter;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.Submenu {
  font-family: minionRegular;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1;
}
ul.dotted li {
  margin-bottom: 1vw;
  position: relative;
  text-indent: 1.5vw;
}
ul.dotted li:before {
  content: "•  ";
  color: #a7996e;
  position: absolute;
  left: -1.5vw;
}

html {
  font-size: 10px;
  min-height: 2000px;
}

.design-helper {
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 110vw;
  left: 0;
  background-size: 100%;
  z-index: 111;
  pointer-events: none;
  min-height: 4000px;
}

.no-margin {
  margin: 0 !important;
}

.justify {
  text-align: justify !important;
}

.small-line-height {
  line-height: 1.6vw;
}

#contact-info {
  font-size: 1.1vw;
  font-variant: small-caps;
}

.show-less {
  width: 100%;
  text-align: center;
  margin-top: 8vw;
}
.show-less img {
  cursor: pointer;
  width: 7%;
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(180deg);
}

#footer-water-mark {
  pointer-events: none;
  background: url("../img/fondo_dp.png?v=4");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 11vh);
  background-repeat: no-repeat;
}

.hidden {
  max-height: 0;
  transition: all 1s;
  overflow: hidden;
}
.hidden.active {
  max-height: 1800px;
}

#martha .hidden {
  transition: all 0s;
}
#martha .hidden.active {
  max-height: inherit;
}

.social {
  position: fixed;
  bottom: 0;
  background-color: black;
  left: 0;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  width: 20%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.social img {
  width: 2vw;
}

.menu {
  width: 20%;
  height: 100vh;
  background-color: #970047;
  position: fixed;
}
.menu .floating-brand {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
}
.menu .floating-brand .logo {
  width: 100%;
  text-align: center;
  margin: auto;
  color: #a7996e;
}
.menu .floating-brand .logo img {
  width: 100%;
}
.menu .floating-brand .restaurant-text {
  text-align: center;
  color: #a7996e;
  font-size: 1.5vw;
  margin-top: 1vw;
  letter-spacing: 0.6vw;
}
.menu > ul {
  position: absolute;
  color: #a7996e;
  font-size: 0.8vw;
  top: 21vw;
  left: 6%;
  font-family: minionRegular;
  line-height: 1vw;
}
.menu > ul .big-letter {
  font-size: 1.4vw;
}
.menu > ul > li {
  margin-bottom: 1vw;
}
.menu > ul li.active {
  color: white;
}
.menu > ul > li.active {
  font-family: minionItalic;
}
.menu > ul ul {
  font-style: normal;
  color: white;
  font-size: 0.7vw;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  font-family: avenir;
}
.menu > ul ul.active {
  padding-top: 1vw;
  max-height: 180px;
}
.menu > ul ul li.active {
  font-weight: bold;
}
.menu > ul ul li.active:before {
  content: "/ ";
}

.Language_Button-Container {
  font-size: 1.1vw;
  padding-right: 10%;
  padding-top: 0.6vw;
  font-family: minionRegular;
}
.Language_Button-Container span {
  color: #fff;
}
.Language_Button-Container .gold {
  color: #a7996e;
}
.Language_Button-Container .white {
  color: #fff;
}

.wspacing-080 {
  font-size: 1.11vw;
}

.wspacing-010 {
  word-spacing: 0.34vw;
  font-size: 1.11vw;
}

.wspacing-025 {
  word-spacing: 0.15vw;
  font-size: 1.11vw;
}

.justify-text {
  text-align: justify;
}

.line-space {
  line-height: 1.5vw;
}

.little-margin {
  margin-bottom: 1.2vw;
}

.first-letter {
  font-size: 2.5vw;
}

.margin-t {
  margin-top: 3.5vw;
}

.content-olive {
  background-color: #886D4B;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  text-align: center;
}
.content-olive h3 {
  font-size: 1.4vw;
  font-family: minionItalic;
  margin-bottom: 0;
  color: white;
}
.content-olive .text {
  color: white;
  font-family: avenir;
  margin-top: 2vw;
  line-height: 1.7vw;
  text-transform: uppercase;
  font-size: 0.9vw;
}

section {
  width: 80%;
  margin-left: 20%;
  position: relative;
}
section .section-img {
  width: 100%;
}
section .water-mark {
  pointer-events: none;
  background: url("../img/fondo_dp.png?v=4");
  background-size: 100%;
  position: absolute;
  top: 10vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
section.with-padding {
  padding-top: 11vw;
  padding-bottom: 2vw;
  padding-left: 14.2vw;
  padding-right: 18.9vw;
}
section .content {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 4vw;
}
section .content h1 {
  font-size: 1.7vw;
  line-height: 0.7;
  position: relative;
  font-family: minionPro;
  margin-bottom: 3vw;
}
section .content h1 .bigger {
  font-size: 5vw;
}
section .content h1 .smaller {
  position: absolute;
  top: 0.2vw;
}
section .content h2 {
  font-size: 1.5vw;
  text-align: center;
  font-family: minionPro;
  line-height: 1.7vw;
  margin-bottom: 2.6vw;
}
section .content h2.smaller {
  font-size: 1.16vw;
}
section .content .subtitle-font {
  font-size: 1.4vw;
}
section .content h3 {
  font-size: 1.4vw;
  font-family: minionItalic;
  margin-bottom: 0;
}
section .content h4 {
  font-size: 1.3vw;
  font-family: minionItalic;
}
section .content .color {
  color: #970047;
}
section .content .item-description {
  font-size: 0.8vw;
  margin-bottom: 1.2vw;
  display: block;
}
section .content .italic {
  font-style: italic;
  font-family: minionRegular;
  color: #970047;
  margin-bottom: 2.5vw;
  font-size: 1.1vw;
}
section .content .author {
  display: block;
  margin-top: 3vw;
  font-weight: bold;
  font-size: 0.8vw;
  font-family: minionRegular;
}
section .content .text {
  color: white;
  font-size: 1.32vw;
  text-align: justify;
  line-height: 2.2vw;
  padding-bottom: 3vw;
}
section .show-more {
  width: 100%;
  text-align: center;
  margin-top: 8vw;
}
section .show-more img {
  cursor: pointer;
  width: 7%;
}
section.gold-bg {
  background-color: #a7996e;
}
section.gold-bg h1, section.gold-bg h2, section.gold-bg h4 {
  color: #970047;
}
section.gold-bg .content {
  background-color: #886D4B;
}
section.pink-bg {
  background-color: #AB336C;
}
section.pink-bg h1, section.pink-bg h2, section.pink-bg h4 {
  color: #a7996e;
}
section.pink-bg .content {
  background-color: #970047;
}
section .logo {
  margin-top: 5vw;
  margin-bottom: 3vw;
  text-align: center;
}
section .logo img {
  max-width: 20%;
}

.logo-footer {
  padding-bottom: 3vw;
  text-align: center;
}
.logo-footer img {
  max-width: 40%;
}

#home div {
  float: left;
  background-size: 100%;
  width: 100%;
  position: relative;
}
#home .img-1 {
  width: 57%;
  height: 53.5vw;
  background-image: url("../img/home/imghome-1.jpg");
}
#home .img-2 {
  width: 43%;
  height: 27vw;
  background-image: url("../img/home/imghome-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home .img-3 {
  width: 43%;
  height: 26.5vw;
  background-image: url("../img/home/imghome-3.jpg");
}
#home .left-images {
  width: 57%;
}
#home .left-images .img-4 {
  width: 100%;
  height: 26vw;
  background-image: url("../img/home/imghome-4.jpg");
}
#home .left-images .img-5 {
  width: 100%;
  height: 28.5vw;
  background-image: url("../img/home/imghome-5.jpg");
}
#home .img-6 {
  width: 43%;
  height: 54.5vw;
  background-image: url("../img/home/imghome-6.jpg");
}
#home .title-band {
  bottom: 0;
  position: absolute;
  padding-bottom: 0.2vw;
  padding-top: 0.7vw;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2vw;
  background-color: #7b033ce0;
  font-family: minionRegular;
}

#dulce-patria h1 {
  width: 100%;
}

.menu-categories {
  font-size: 1.1vw;
  line-height: 1.4vw;
  margin-bottom: 1.5vw;
}

#perm-menus .menu-categories .active {
  color: #a7996e;
}

#temp-menus .menu-categories .active {
  color: #970047;
}
#temp-menus h2 {
  margin-bottom: 1.6vw;
}
#temp-menus .item-description.italic {
  font-size: 1.2vw;
  margin-bottom: 3vw;
  font-weight: normal;
}

#buen-provecho .content .text {
  padding-bottom: 8vw;
}

.text_cierre_temporal {
  color: white;
  font-size: 1.32vw;
  line-height: 2.2vw;
  padding-bottom: 5vw;
  text-align: center;
}

.subtitle_cierre_temporal {
  font-size: 1.4vw;
  margin-bottom: 1.6vw;
}

/*# sourceMappingURL=dulce-patria.css.map */
