/** Shopify CDN: Minification failed

Line 40:0 Unexpected "}"

**/
:root {
  --blue-color: #62bcf4ff;
  --blue-light-color: #cfebfc;
  --brown-color: #504033;
  --purple-color: #2d2e83;
  --color-foreground: rgb(45, 46, 131);
  --pink-color: #e5007e;
  --grey-light-color: #F7F9FD;
  --grey-color: #80848B;
  --grey-dark-color: #646972;
}

/* Headings */
h1, .h1, .hd1, h2, .h2, .hd2, h3, .h3, .hd3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--purple-color);
}
.color-scheme-inverse {
   h1, .h1, .hd1, h2, .h2, .hd2, h3, .h3, .hd3, h4, .h4, h5, .h5, h6, .h6 {
        color: #FFFFFF;
    }
}

.rte img {
  border-radius: 0;
}

.page-template #MainContent {
  a:not(.btn) { color: #0000EE !important; }
    :visited { color: #551A8B !important; }
    :link:active, :visited:active { color: #a257e7 !important; }
  }
  .main-page-title {
    margin-bottom: 1em;
  }
}

/* Styles */
.color-scheme-inverse.section--scrolling-promotion {
    .promotion__item-html div div {
        background-color: #FFFFFF !important;
    }
}

.lista-beneficios {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px;
  gap: 10px;
  width: auto !important;
  max-width: 100%;
  padding-left: 0;
}

.lista-beneficios li {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid var(--blue-color);
  background-color: var(--blue-light-color);
  /*text-transform: lowercase;*/
  flex-shrink: 0;
  white-space: nowrap;
  min-width: fit-content;
}

.product-template {
  .product__title {
    margin-bottom: 15px;
  }
}

.aviso-legal {
  max-width: 65%;
  margin: 0 auto;
}

.legal-text {
  font-size: 14px;
  a {
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  .aviso-legal {
    max-width: 100%;
  }
}