/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'agaves';
  src: url("../iconos/agaves.eot?fx28ym");
  src: url("../iconos/agaves.eot?fx28ym#iefix") format('embedded-opentype'), url("../iconos/agaves.ttf?fx28ym") format('truetype'), url("../iconos/agaves.woff?fx28ym") format('woff'), url("../iconos/agaves.svg?fx28ym#agaves") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change ../iconos */
  font-family: 'agaves' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e608";
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
.layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  overflow-x: hidden;
}
#menu {
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
}
.Header {
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}
.Header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.Header button img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
}
.Header .rs a {
  display: inline-block;
  margin-left: 10px;
}
.Header .rs a img {
  display: inline-block;
  max-width: 30px;
}
.Menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.Menu li {
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
  margin: 0 15px;
}
.Menu li:hover {
  border-bottom-color: #ebebeb;
}
.Menu li.nh {
  cursor: default;
}
.Menu li.nh:hover {
  border-bottom-color: transparent;
}
.Home {
  padding-top: 57px;
}
.Home-banners img {
  display: block;
  width: 100%;
}
.Home-intro {
  padding: 40px 0;
}
.Home-intro-row {
  display: flex;
  justify: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Home-intro-col {
  width: calc(50% - 20px);
  margin: 20px 0;
}
.Home-intro-col:first-child {
  text-align: center;
}
.Home-intro-col:first-child img {
  display: inline-block;
  max-width: 100%;
}
.Home-intro-col:first-child span {
  display: block;
  font-size: 36px;
  font-family: 'Petit Formal Script', cursive;
  margin: 20px 0;
  line-height: 40px;
}
.Home-intro-col:first-child p {
  padding: 0 100px;
  line-height: 1.5em;
  font-weight: 500;
}
.Home-intro-col:first-child h1 {
  font-family: 'Petit Formal Script', cursive;
  font-size: 48px;
}
.Home-intro-col:last-child img {
  display: block;
  width: 100%;
}
.Home-platillos {
  padding-bottom: 40px;
  padding-top: 10px;
  background-color: #000;
  color: #fff;
}
.Home-platillos h2 {
  text-align: center;
  margin: 20px 0;
  font-size: 36px;
  font-weight: 400;
  font-family: 'Petit Formal Script', cursive;
}
.Home-platillos-galeria {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Home-platillos-galeria a {
  width: calc(33.33% - 10px);
  margin: 10px 5px;
}
.Home-platillos-galeria a img {
  display: block;
  width: 100%;
}
.Home-parallax {
  color: #fff;
}
.Home-parallax #parallax {
  min-height: 400px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home-parallax .text {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.Home-parallax .text h3 {
  font-weight: 500;
  font-family: 'Maven Pro', sans-serif;
  margin: 0 0 40px 0;
  font-size: 36px;
}
.Home-parallax .text a {
  display: inline-block;
  font-size: 36px;
  font-family: 'Petit Formal Script', cursive;
  padding: 10px 15px;
  border: 2px solid #fff;
  margin: 0 20px;
}
.Home-reserva {
  padding: 40px 0;
}
.Home-reserva h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Petit Formal Script', cursive;
  margin: 0 0 40px 0;
  text-align: center;
}
.Home-reserva form {
  padding: 0 20px;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Home-reserva .ctas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Home-reserva .button button {
  background: #092f85;
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.Home-reserva .col {
  width: calc(50% - 20px);
}
.Home-reserva .input {
  position: relative;
  margin-bottom: 10px;
}
.Home-reserva label {
  display: block;
  margin: 0 0 5px 0;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.Home-reserva input,
.Home-reserva textarea {
  width: 100%;
  padding: 5px;
  background: #ebebeb;
  color: #092f85;
  border: none;
}
.Home-reserva input:focus,
.Home-reserva textarea:focus {
  outline: none;
}
.Home-reserva textarea {
  resize: none;
  height: 124px;
}
.Home-mapa iframe {
  width: 100%;
  display: block;
  height: 60vh;
}
.Home-footer {
  padding: 40px 0;
}
.Home-footer h2 {
  margin: 0 0 40px 0;
  font-size: 36px;
  font-weight: 400;
  font-family: 'Petit Formal Script', cursive;
  text-align: center;
}
.Home-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Home-footer-col {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #092f85;
}
.Home-footer-col:last-child {
  border-right: none;
}
.Home-footer-col p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  font-family: 'Maven Pro', sans-serif;
  text-align: center;
}
.Home-footer-col p a {
  display: inline-block;
  margin: 5px 0;
}
.Home-footer-col p img {
  display: inline-block;
  max-width: 24px;
  vertical-align: middle;
}
.Footer {
  background: #000;
}
.Footer figure {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.Footer figure img {
  display: inline-block;
  max-width: 200px;
}
.Footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.4);
}
.Footer-bottom-container {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.Footer-bottom p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .Home-footer-col:last-child {
    width: 100%;
  }
  .Home-footer-col:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 1040px) {
  .Home-reserva .col {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #menu {
    display: block;
    z-index: 11;
  }
  .Header .rs {
    margin-right: 50px;
  }
  .Menu {
    right: -100%;
    top: 0;
    transition: all 0.2s ease-in;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .Menu.show {
    right: 0;
  }
  .Menu ul {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .Menu li {
    margin: 20px 0;
  }
  .Home-intro-col {
    width: 100%;
  }
  .Home-footer-col {
    width: 100%;
    border-right: none;
  }
  .Footer-bottom-container {
    display: block;
    text-align: center;
  }
  .Footer-bottom-container p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 880px) {
  .Home-platillos-galeria a {
    width: calc(50% - 10px);
  }
  .Home-intro-col:first-child p {
    padding: 0 60px;
  }
  .Home-parallax .text a {
    margin: 15px 0;
  }
}
@media screen and (max-width: 720px) {
  .Home-parallax .text h3 {
    font-size: 24px;
  }
  .Home-parallax .text a {
    font-size: 20px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 520px) {
  .Home-reserva .ctas {
    display: block;
  }
  .Home-reserva .button {
    text-align: center;
    margin-top: 10px;
  }
  .Home-reserva .recaptcha {
    text-align: center;
  }
  .Home-reserva .recaptcha .g-recaptcha {
    display: inline-block;
  }
}
