<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;
}

.header__menu--seleccion {
  width: 70%;
  max-width: 450px;
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.header__menu--seleccion .menu__selection--item {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
}
.header__menu--seleccion .menu__selection--item p {
  color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}/*# sourceMappingURL=styles_landing.css.map */</pre></body></html>