<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
  -webkit-box-sizing: border-box;
          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 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #2355b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/donpablo_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.header__menu--container {
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #111111;
}
.header__menu--container .menu__item {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu--container .menu__item--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu--container .menu__item--txt .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 12px;
  line-height: 15px;
  color: #eaeaea;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  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__menu--logo {
  width: 80%;
  max-width: 600px;
    z-index: 1;
}
.header__menu--logo img {
  width: 100%;
  padding-bottom: 100px;    
}

.header .bg__blend {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #747474;
    mix-blend-mode: multiply;
}

.header .menu__logo--elPescador{
}

.main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 100px 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-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: #111111;
  color: #eaeaea;
}
.main__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.main__item--plato {
  display: grid;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: start;
      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: 400;
  color: #444444;
  font-style: normal;
}
.main__item--plato .alergenos {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    position: relative;
  background-image: url(../images/donpablo_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
}

.footer .footer__blend {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #626262;
    mix-blend-mode: multiply;
}

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