@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --spark--gray--950: #0a0a0a;
  --spark--gray--700: #404040;
  --spark--neutral--white: white;
  --spark--gray--500: #737373;
  --spark--gray--100: whitesmoke;
  --spark--purple--600: #5c2d5c;
  --spark--purple--500: #734573;
  --spark--blue--100: #e8eef7;
  --spark--brown--100: #f2eeee;
  --spark--gray--800: #262626;
  --spark--gray--300: #d4d4d4;
  --spark--purple--200: #c8b6c8;
  --spark--purple--50-2: #f0ebf0;
  --spark--purple--950: #110811;
  --spark--gray--50-2: #fafafa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-no-shadow {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: red;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  max-height: 50px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.spark-h3-heading {
  color: var(--spark--gray--950);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.spark-h6-heading {
  color: var(--spark--gray--950);
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto 0 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.spark-paragraph-x-large {
  color: var(--spark--gray--700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.spark-paragraph-regular {
  color: var(--spark--gray--700);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.spark-paragraph-regular.spark-text-color-gray-700 {
  color: var(--spark--gray--700);
  text-align: left;
  letter-spacing: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 15px;
}

.spark-paragraph-regular.spark-text-color-gray-700.catalogodescription {
  text-align: center;
  margin-top: -10px;
}

.spark-paragraph-regular.spark-text-color-gray-700.title3 {
  color: var(--spark--neutral--white);
  margin-top: 40px;
}

.spark-paragraph-regular.spark-text-color-gray-700.productdes, .spark-paragraph-regular.spark-text-color-gray-700.prodlongdes {
  color: var(--spark--gray--500);
  margin-top: 0;
  font-size: 12px;
  display: block;
}

.spark-paragraph-regular.spark-text-color-gray-700.longproddes {
  color: var(--spark--gray--500);
  margin: 0 100px 60px;
  font-size: 14px;
  display: block;
}

.spark-paragraph-small {
  color: var(--spark--gray--700);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spark-section-regular {
  background-color: var(--spark--neutral--white);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.spark-container-large {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.infinitasgrid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.spark-background-gray-100 {
  background-color: var(--spark--gray--100);
}

.spark-icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.spark-overline {
  color: var(--spark--gray--950);
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.spark-text-color-purple-600 {
  color: var(--spark--purple--600);
}

.spark-text-link {
  color: var(--spark--gray--700);
  text-decoration: underline;
  transition: color .3s;
}

.spark-text-link:hover {
  color: var(--spark--purple--500);
}

.spark-title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-background-blue-100 {
  background-color: var(--spark--blue--100);
}

.spark-image-fill {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.spark-content-feature-image {
  height: auto;
  padding: 32px;
}

.spark-content-feature-image.spark-background-gray-100 {
  background-color: var(--spark--gray--100);
  padding: 0;
}

.spark-content-feature-image.spark-background-blue-100 {
  background-color: var(--spark--blue--100);
  padding: 0;
}

.spark-content-feature-image.spark-background-brown-100 {
  background-color: var(--spark--brown--100);
  padding: 0;
}

.spark-content-card-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 8px;
  display: flex;
}

.spark-text-color-gray-700 {
  color: var(--spark--gray--700);
}

.spark-content-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  display: flex;
}

.spark-content-tag-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-content-feature-card {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.spark-background-brown-100 {
  background-color: var(--spark--brown--100);
}

.spark-content-footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--spark--gray--950);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.spark-content-footer-link:hover {
  color: var(--spark--purple--500);
}

.spark-content-footer-link:active {
  color: var(--spark--gray--800);
}

.spark-h3-heading-2 {
  color: var(--spark--gray--950);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.spark-paragraph-x-large-2 {
  color: var(--spark--gray--700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.spark-paragraph-small-2 {
  color: var(--spark--gray--700);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spark-paragraph-small-2.spark-text-color-gray-500 {
  color: var(--spark--gray--500);
}

.spark-section-regular-2 {
  background-color: var(--spark--neutral--white);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.spark-container-large-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-large-2.spark-relative {
  position: relative;
}

.spark-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.spark-column-x-small.spark-column-center {
  text-align: center;
  align-items: center;
}

.spark-icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.spark-overline-2 {
  color: var(--spark--gray--950);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.spark-text-color-purple-601 {
  color: var(--spark--purple--600);
}

.spark-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--spark--gray--300);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: var(--spark--gray--950);
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.spark-button-outline:hover {
  border-color: var(--spark--purple--200);
  background-color: var(--spark--purple--50-2);
  color: var(--spark--purple--950);
}

.spark-button-outline.w--current {
  background-color: var(--spark--gray--50-2);
}

.spark-text-color-gray-500 {
  color: var(--spark--gray--500);
}

.spark-title-center-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-slide {
  margin-right: 32px;
}

.spark-hide {
  display: none;
}

.spark-slider-mask {
  overflow: visible;
}

.spark-gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.spark-gallery-lightbox-link {
  color: var(--spark--gray--950);
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-gallery-detail {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  background-color: var(--spark--neutral--white);
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.spark-icon-button-ghost {
  color: var(--spark--gray--800);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.spark-icon-button-ghost:hover {
  border: 1px solid var(--spark--gray--300);
  background-color: var(--spark--gray--50-2);
  color: var(--spark--gray--950);
}

.spark-gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.spark-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spark-gallery-gradient-overlay {
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 100%, #000, #0000 66%);
  position: absolute;
  inset: 0%;
}

.spark-subheading-regular {
  color: var(--spark--gray--950);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.spark-gallery-arrow {
  width: auto;
  inset: auto 0% 0% auto;
}

.spark-gallery-arrow.spark-left {
  right: 52px;
}

.spark-relative {
  position: relative;
}

.infinitasposibilidades {
  background-color: var(--spark--gray--100);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.infinitassurfacename {
  color: var(--spark--gray--950);
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 0 auto;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.beneficiosgrid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.posibilidadescard {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.posibilidadesimage {
  aspect-ratio: 1 / 1.75;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.catalogo {
  background-color: var(--spark--neutral--white);
  padding: 60px 5% 20px;
  position: relative;
  overflow: hidden;
}

.catalogogrid {
  opacity: 1;
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  max-width: 1216px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.catalogocard {
  grid-row-gap: 5px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.catalogogridd {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.catalogotitle {
  color: var(--spark--gray--950);
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Centurygothic, Times New Roman, sans-serif;
}

.footer-dark-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  text-align: center;
  margin: 3px auto;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 40px;
}

.header {
  background-color: #000;
  background-image: url('../images/IMG_1194.JPG');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  padding-top: 20vw;
}

.maintitlediv {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #05050575;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1000px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 50px 60px;
  display: block;
  position: static;
  inset: auto 0% 10%;
}

.title1 {
  color: var(--spark--neutral--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-top: 20px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.productname {
  color: var(--spark--purple--950);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block {
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  background-color: red;
  height: 60px;
}

.buttonbanner {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: red;
  margin-left: auto;
  padding: 12px 25px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.buttonbanner:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.buttonbanner:active {
  background-color: #43464d;
}

.div-block-3 {
  color: red;
  background-color: red;
  height: 12px;
}

.redseparator {
  color: #fa0707;
  background-color: #fff;
  height: 80px;
}

.introdiv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff0, #61616100 64%, #ffffff9c), url('../images/a9cce36c-7042-4322-8c8f-78fb8dc93ecb.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  max-width: 1216px;
  height: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.maintitledivown {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #05050500;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 420px;
  height: 410px;
  min-height: 300px;
  margin-left: 140px;
  margin-right: 40px;
  padding: 20px;
  display: flex;
  position: static;
  inset: auto 0% 10%;
}

.title2-copy {
  color: var(--spark--neutral--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.quick-stack {
  height: auto;
  margin-top: 60px;
}

.productbrand {
  color: var(--spark--purple--950);
  text-align: left;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.productbrand-copy {
  color: var(--spark--purple--950);
  text-align: left;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-top: 20px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.productcat, .sku {
  color: var(--spark--purple--950);
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.cell {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.productsize {
  color: var(--spark--purple--950);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text {
  font-size: 20px;
}

.image-2 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.button {
  background-color: #000;
  flex-flow: row;
  margin-top: 20px;
  display: block;
}

.buttondiv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.lightbox-link {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.image-3 {
  width: 150px;
  height: 150px;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.headertitle {
  color: var(--spark--neutral--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Centurygothic, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80px;
  padding-top: 17.5px;
  text-decoration: none;
  display: block;
}

.div-block-5 {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.longproddes {
    margin-left: 60px;
    margin-right: 60px;
  }

  .infinitasgrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .spark-content-footer {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .beneficiosgrid, .catalogogridd {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .button {
    margin-top: 10px;
  }

  .buttondiv {
    margin-top: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .spark-h3-heading {
    font-size: 36px;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.title3 {
    margin-top: 30px;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.productdes, .spark-paragraph-regular.spark-text-color-gray-700.prodlongdes {
    margin-top: 0;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.longproddes {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .spark-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .infinitasgrid {
    grid-template-columns: 1fr;
  }

  .spark-h3-heading-2 {
    font-size: 36px;
  }

  .spark-section-regular-2, .infinitasposibilidades {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .beneficiosgrid {
    grid-template-columns: 1fr;
  }

  .catalogo {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .catalogogridd {
    grid-template-columns: 1fr;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .maintitlediv {
    margin-left: 20px;
    margin-right: 20px;
  }

  .productname {
    font-size: 25px;
  }

  .maintitledivown {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title2-copy {
    font-size: 25px;
  }

  .cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .productsize, .headertitle {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.title3 {
    font-size: 14px;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.productdes, .spark-paragraph-regular.spark-text-color-gray-700.prodlongdes {
    margin-top: 0;
    font-size: 13px;
  }

  .spark-paragraph-regular.spark-text-color-gray-700.longproddes {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

  .spark-content-feature-image {
    padding: 24px;
  }

  .spark-gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .spark-gallery-lightbox-link {
    height: 330px;
  }

  .spark-gallery-button-wrapper {
    margin-top: 40px;
  }

  .heading {
    text-align: center;
    font-size: 20px;
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content-2 {
    width: 80vw;
  }

  .footer-block-2 {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 20%;
    height: 800px;
    padding-top: 220px;
    display: block;
  }

  .maintitlediv {
    padding-left: 40px;
  }

  .title1 {
    margin-bottom: 10px;
  }

  .productname {
    font-size: 30px;
  }

  .introdiv {
    background-position: 0 0, 75%;
  }

  .title2-copy {
    font-size: 20px;
  }

  .productbrand {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .productbrand-copy {
    margin-bottom: 10px;
  }

  .productcat {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .sku {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .productsize {
    font-size: 20px;
  }

  .bold-text {
    font-size: 15px;
  }

  .headertitle {
    font-size: 23px;
  }
}

#w-node-a77a3b0b-52ab-557f-02a0-a51db753f9bc-b753f9b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a77a3b0b-52ab-557f-02a0-a51db753f9c5-b753f9b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d5f047b-b5a3-8f4b-bf81-1e36cadf341f-0ba4bd83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_7d5f047b-b5a3-8f4b-bf81-1e36cadf341f-0ba4bd83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d5f047b-b5a3-8f4b-bf81-1e36cadf341f-0ba4bd83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}