body {
  font-family: "Poppins";
}

:root {
  
  /* colors */
  --base: #707270;
  --base-aux: rgba(255, 255, 255, 1);
  --secondary: #63AE32;
  --lighter-base: #c5c5c5;
  --button-font-color:#ffffff;
  --newsletter-color: #63AE32;
  --button-font-color-hover: #63AE32;
  


  /* fonts */
  --base-font-size: 14px;
  --base-line-height:18px;
  --base-font-weight:400;
  --title-font-size:30px;
  --title-line-height:40px;
  --group-font-size:24px;
  --group-line-height:28px;
  --slider-font-size: 18px;
  --slider-font-weight: 500;
  --slider-line-height: 20px;
  --button-font-size:16px;
  --button-font-weight:600;
  --prices-font-weight: 600;
  --custom-titles-font-weight:600;
  --spec-title-font-weight:600;
  --groups-font-weight:600;
  --body-font-size:13px;
  --body-line-height:18px;

  /*only when needed*/
  --letter-spacing:0px;
  --menu-height: 161px;
  --web-container: 94%;
  --shop-grid-items:repeat(4, 1fr);
  --shop-grid-items-mobile: repeat(2, 1fr);

  
  /* fiexd vars */
  --border-radius-large:100px;
  --border-radius:16px;
  --border-radius-small:12px;
  --header-icons-height: 18px;
  --header-promo-height: 27px;
  --web-background: #FFFFFF;
  --santander: #e42313;
  --itau: #da7349;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #000000;
  --main-img-product: 1/1;
  --slider-nav-aspect-ratio: 111/475;
}