.catalog {
  padding: 7vh 0 9vh 0;
  position: relative;
}

.catalog h1 {
  font-size: var(--text-size-xxl);
}

.catalog h2 {
  font-size: var(--text-size-lg);
}

.catalog .tree-decoration {
  position: absolute;
}

.catalog .tree-decoration.left {
  height: 70%;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.catalog .tree-decoration.right {
  height: 50%;
  right: 0;
  top: 0;
}
/*# sourceMappingURL=bajar-catalogo.css.map */