body {
  font-family: "SpaceGrotesk";
}

:root {
  /* colors */
  --base: black;
  --base-aux: #ffff;
  --button-font-color: #ffffff;
  --button-font-color-hover: #A3182D;
  --lighter-base: #c5c5c5;
  --newsletter-color: #A3182D;
  --secondary: #A3182D;
 --image-group-font-color: #ffffff;

  /* fonts */
  --base-font-size: 14px;
  --base-font-weight: 400;
  --base-line-height: 20px;
  --body-font-size: 12px;
  --body-line-height: 16px;
  --button-font-size: 16px;
  --button-font-weight: 500;
  --custom-titles-font-weight: 500;
  --group-font-size: 22px;
  --group-line-height: 28px;
  --groups-font-weight: 500;
  --prices-font-weight: 500;
  --slider-font-size: 22px;
  --slider-font-weight: 500;
  --slider-line-height: 26px;
  --spec-title-font-weight: 500;
  --title-font-size: 30px;
  --title-line-height: 36px;

  /*only when needed*/
  --header-promo-height: 28px;
  --home-container: 100%;
  --icons-invert: invert(0);
  --letter-spacing: 0px;
  --lines-border-color: rgb(from var(--base) r g b / var(--opacity));
  --menu-height: 98px;
  --opacity:0.3;
  --shop-grid-items: repeat(4, 1fr);
  --shop-grid-items-mobile: repeat(2, 1fr);
  --online-offers-gap: 20px;
  --web-background: white;
  --web-container: 94%;
  --main-img-product: 180/248;

  /* fixed vars */
  --bbva: #1a5493;
  --border-radius: 100px;
  --border-radius-small: 4px;
  --header-icons-height: 19px;
  --itau: #ff5300;
  --santander: #e42313;
  --scotia: #ed0722;
  --scotiaBlack: #000000;
  --slider-nav-aspect-ratio: 111/472;
}
@media screen and (max-width: 768px) {
    :root {
    --web-container:90%;
  }

}