<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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.clearfix:after {
  clear: both;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
}

p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
}

.paddingTop {
  padding-top: 10px;
}

.header {
  width: 100%;
  height: 100vh;
  background-image: url();
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/fondoAtabey.jpg);
  background-size: cover;
  background-position: center;
}
.header__container {
  width: 70%;
  max-width: 600px;
}
.header__container img {
  width: 100%;
}
.header h1 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 200;
  text-align: center;
}

.headerWet {
  width: 100%;
  height: 100vh;
  background-image: url();
  background-color: #95c11f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.main .todoIncluido {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 600;
  background-color: #ec9cd0;
  padding: 10px 0 10px 20px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  background-image: url(https://www.bahia-principe.com/public/menus_esmeralda/assets/images/hojita.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.main .todoIncluidoWet {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 600;
  background-color: #95c11f;
  padding: 10px 0 10px 20px;
  color: #FFFFFF;
}
.main__container {
  border-bottom: 1px solid #403720;
  padding-bottom: 20px;
}
.main__container h6 {
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #95c11f;
}
.main__container h6 span {
  font-style: italic;
  color: #a1c933;
}
.main__container .plato {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding-bottom: 10px;
}
.main__container .plato span {
  font-weight: 400;
  font-style: italic;
}
.main__container .coctel {
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 10px;
}

.footer {
  background-color: #000000;
  width: 100%;
  height: 200px;
  background-image: url(https://www.bahia-principe.com/public/menus_esmeralda/assets/images/fondoAtabey.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container {
  width: 50%;
  max-width: 200px;
}
.footer__container img {
  width: 100%;
}

.footerWet {
  background-color: #95c11f;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerWet__containerWet {
  width: 50%;
  max-width: 200px;
}
.footerWet__containerWet img {
  width: 100%;
}/*# sourceMappingURL=estilosBuffet-tematicos.css.map */</pre></body></html>