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

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

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

.catalog .banner {
  width: 100%;
  border: 1px solid white;
  margin-bottom: 20px;
}

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

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

.catalog .tree-decoration.right {
  max-height: 400px;
  height: 50%;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .catalog .tree-decoration.left, .catalog .tree-decoration.right {
    max-height: 300px;
  }
}

.tiendas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  color: var(--secondary);
}

.tiendas p, .tiendas h3, .tiendas h2 {
  text-align: left;
}

.tiendas h3 {
  font-size: 18px;
}

.tiendas h2 {
  letter-spacing: -1px;
  font-size: 33px;
}

.tiendas img {
  max-width: 100%;
}

#map {
  width: 100%;
  height: 500px;
}
/*# sourceMappingURL=sucursales-minoristas.css.map */