<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
  box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100vh;
}

@font-face {
  font-family: "Siena";
  font-style: "normal";
  font-weight: "lighter";
  src: url("../fonts/FSSienaWeb-Thin.woff2") format("woff2"), url("../fonts/FSSienaWeb-Thin.woff") format("woff");
}
@font-face {
  font-family: "Siena_italic";
  font-style: "italic";
  font-weight: "lighter";
  src: url("../fonts/FSSienaWeb-ThinItalic.woff2") format("woff2"), url("../fonts/FSSienaWeb-ThinItalic.woff") format("woff");
}
.header {
  background-image: url(https://www.bahia-principe.com/public/menus/cartas/img/rest_picasso_fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__menu--container {
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #eaeaea;
}
.header__menu--container .menu__item {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}
.header__menu--container .menu__item--txt {
  display: flex;
}
.header__menu--container .menu__item--txt .txt {
  display: flex;
}
.header__menu--container .menu__item--txt .txt p, .header__menu--container .menu__item--txt .txt a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #444444;
  text-decoration: none;
  transition: all 0.5s ease;
}
.header__menu--container .menu__item--txt .txt p, .header__menu--container .menu__item--txt .txt a:hover {
  letter-spacing: 2px;
}
.header__menu--container .menu__item--txt .txt .espacio__izq {
  padding-left: 10px;
}
.header__menu--container .menu__item--txt .txt .selected {
  font-weight: 700;
}
.header .header__menu--logo {
  display: inline-block;
  width: 80%;
  max-width: 500px;
}
.header .header__menu--logo img {
  display: inline-block;
  width: 100%;
}

.main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 100px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.main h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #444444;
  padding: 50px 0 5px 0;
  color: #444444;
  border-bottom: 1px solid #444444;
}
.main .consentimiento__alergenos {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  width: 100%;
  padding: 20px;
  background-color: #fdd943;
  color: #444444;
}
.main__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.main__item--plato {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  grid-row-gap: 5px;
}
.main__item--plato h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #444444;
}
.main__item--plato h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #444444;
  font-style: normal;
}
.main__item--plato .alergenos {
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
}
.main__item--plato .alergenos__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #444444;
  margin-right: 10px;
}
.main__item--plato .alergenos__img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.main__item--plato .alergenos__img img {
  width: 100%;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #fdd943;
}

@media screen and (min-width: 768px) {
  .main__item {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
  }
}/*# sourceMappingURL=styles.css.map */</pre></body></html>