<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;
}
.header h1 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 200;
  text-align: center;
}

.main {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.main__container {
  border-bottom: 1px solid #403720;
  padding-bottom: 20px;
}
.main__container h5 {
  font-size: 1.2rem;
}
.main__container h5 span {
  font-style: italic;
  color: #707070;
}
.main__container .plato {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding-bottom: 5px;
}
.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;
}/*# sourceMappingURL=estilosBuffet-tematicos.css.map */</pre></body></html>