body {
  font-family: "Axiforma";
}

:root {
  /* colors */
  --base:#575756;
  --base-aux: #ffff;
  --button-font-color: #ffffff;
  --button-font-color-hover: #1F366F;
  --lighter-base: #c5c5c5;
  --newsletter-color: #1F366F;
  --secondary: #1F366F;
  --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: 600;
  --group-font-size: 22px;
  --group-line-height: 28px;
  --groups-font-weight: 600;
  --prices-font-weight: 700;
  --slider-font-size: 20px;
  --slider-font-weight: 600;
  --slider-line-height: 20px;
  --spec-title-font-weight: 600;
  --title-font-size: 30px;
  --title-line-height: 36px;

  /* only when needed */
  --header-promo-height: 28px;
  --home-container: 94%;
  --icons-invert: invert(0);
  --letter-spacing: 0px;
  --menu-height: 106px;
  --shop-grid-items: repeat(4, 1fr);
  --shop-grid-items-mobile: repeat(1, 1fr);
  --specs-margin-bottom: 15px;
  --web-background: #FAFAFA;
  --web-container: 94%;
  --opacity:0.3;
  --lines-border-color: rgb(from var(--base) r g b / var(--opacity));

  /* fixed vars */
  --bbva: #1a5493;
  --border-radius: 0;
  --border-radius-small: 0px;
  --header-icons-height: 19px;
  --itau: #ff5300;
  --main-img-product: 500/540;
  --santander: #e42313;
  --scotia: #ed0722;
  --scotiaBlack: #000000;
  --slider-nav-aspect-ratio: 118/398;
}
@media screen and (max-width: 768px) {
    :root {
    --menu-height: 95px;
    --web-container:90%;
  }

}