<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 {
  background-image: url(https://www.bahia-principe.com/public/maridaje_vinos/portada.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    overflow: hidden;
}

.header .header__menu--container {
    background-color: #0b2a32;    
}

.header .leyenda__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: 100vh;
}
.header .leyenda__container .frase__vino {
  position: absolute;
  top: 90px;
  left: 20px;
  font-family: "Siena_italic";
  font-style: "italic";
  font-weight: "lighter";
  font-size: 2.5rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black;
  padding-left: 10px;
  text-indent: -10px;
}
.header .leyenda__container .frase__vino span {
  position: relative;
  bottom: 10px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
}
.header .leyenda__container .frase__vino::after {
  content: url("https://www.bahia-principe.com/public/maridaje_vinos/uvas_icon.svg");
  position: absolute;
  bottom: -100px;
  left: 50px;
  display: inline-block;
  width: 100px;
}
.header .leyenda__container .carta__vinos--titular {
  position: absolute;
  bottom: 100px;
  right: 40px;
  z-index: 1;
  font-family: "Siena_italic";
  font-style: "italic";
  font-weight: "lighter";
  font-size: 3.5rem;
  line-height: 3rem;
  text-align: right;
  color: #eaeaea;
  text-shadow: 1px 1px 2px black;
}

.maridaje__container {
  width: 100%;
  padding: 50px 20px;
  background-color: #0b2a32;
}
.maridaje__container .maridaje {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Siena_italic";
  font-style: "italic";
  font-weight: "lighter";
  padding-bottom: 10px;
  color: #eaeaea;
  font-size: 2rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #eaeaea;
}
.maridaje__container .content {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.maridaje__container .content .buttons .button {
  cursor: pointer;
}
.maridaje__container .content .buttons .button img {
  height: 89px;
  width: auto;
}

.main .pais__origen {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #444444;
  border-bottom: 1px solid #444444;
  padding: 20px 0 10px 0;
}
.main__item {
  grid-gap: 5px;
}
.main__item--vinos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 10px;
}
.main__item--vinos h3 {
  line-height: 16px;
}
.main__item--vinos h3 span {
  font-size: 12px;
  font-weight: 500;
}
.main__item--vinos .precio__vinos {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #444444;
}

.footer__vinos {
  background-color: #0b2a32;
  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;
    height: 100px;
}
.footer__vinos .img__container {
  width: 50px;
}
.footer__vinos .img__container img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header {
    background-image: url(https://www.bahia-principe.com/public/maridaje_vinos/portada_desktop.jpg);
  }
  .maridaje__container .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .main__item {
    grid-column-gap: 40px;
  }
}

@media screen and (min-width: 900px) {
  .maridaje__container .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
</pre></body></html>