@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

/*FONT FACE*/
* {-webkit-font-smoothing: antialiased;}
@font-face {
  font-family: "NimbusSanLBol";
  src: local(NimbusSanL-Bold),
   url(../fonts/NimbusSanL-Bol.woff)format("woff"),
   url(../fonts/NimbusSanL-Bol.woff2)format("woff2"),
   url(../fonts/NimbusSanL-Bol.ttf)format("ttf"),
   url(../fonts/NimbusSanL-Bol.otf)format("opentype"),
   url(../fonts/NimbusSanL-Bol.eot)format("eot"),
   url(../fonts/NimbusSanL-Bol.svg)format("svg");
  font-display: swap;
}
@font-face {
  font-family: "NimbusSanLReg";
  src: local(NimbusSanL-Reg),
   url(../fonts/NimbusSanL-Reg.woff)format("woff"),
   url(../fonts/NimbusSanL-Reg.woff2)format("woff2"),
   url(../fonts/NimbusSanL-Reg.ttf)format("ttf"),
   url(../fonts/NimbusSanL-Reg.otf)format("opentype"),
   url(../fonts/NimbusSanL-Reg.eot)format("eot"),
   url(../fonts/NimbusSanL-Reg.svg)format("svg");
   font-display: swap;
}

@font-face {
  font-family: "AzoSansBold";
  src: local(AzoSans-Bold),
   url(../fonts/AzoSans-Bold.woff)format("woff"),
   url(../fonts/AzoSans-Bold.woff2)format("woff2"),
   url(../fonts/AzoSans-Bold.ttf)format("ttf"),
   url(../fonts/AzoSans-Bold.otf)format("opentype"),
   url(../fonts/AzoSans-Bold.eot)format("eot"),
   url(../fonts/AzoSans-Bold.svg)format("svg");
   font-display: swap;
}

@font-face {
  font-family: "AzoSansRegular";
  src: local(AzoSans-Regular),
   url(../fonts/AzoSans-Regular.woff)format("woff"),
   url(../fonts/AzoSans-Regular.woff2)format("woff2"),
   url(../fonts/AzoSans-Regular.ttf)format("ttf"),
   url(../fonts/AzoSans-Regular.otf)format("opentype"),
   url(../fonts/AzoSans-Regular.eot)format("eot"),
   url(../fonts/AzoSans-Regular.svg)format("svg");
   font-display: swap;
}

@font-face {
  font-family: "AzoSansMedium";
  src: local(AzoSans-Medium),
   url(../fonts/AzoSans-Medium.woff)format("woff"),
   url(../fonts/AzoSans-Medium.woff2)format("woff2"),
   url(../fonts/AzoSans-Medium.ttf)format("ttf"),
   url(../fonts/AzoSans-Medium.otf)format("opentype"),
   url(../fonts/AzoSans-Medium.eot)format("eot"),
   url(../fonts/AzoSans-Medium.svg)format("svg");
   font-display: swap;
}




h1,
h2,
p ,
.producto_num,
.precio,
.navMainTheme  a{
  font-family: "AzoSansRegular";
}

.theme-legal p {
  font-family: "NimbusSanLReg";
}

.titulo-index {
  text-align: center;
  font-family: "AzoSansMedium";
  font-size: 1.7rem;
}

.producto_txt span {
  font-family: "AzoSansRegular";
}


strong {
  font-family: "AzoSansBold"; 
}



/*FONT SIZE*/
html{
  font-size: 10px;
}

@media screen and (min-width:460px) {
  html{
    font-size:14px}
  }
@media screen and (min-width: 768px) {
  html{
    font-size:18px
  }
}

p,ul li,ol li,span,blockquote,div{line-height: 100%;margin-bottom:0;margin-top:0;}

.precio_normal {
font-size: 1.5rem;
}
.precio_normal span {
font-size: 2.3rem;
}

.precio_normal span span {
font-size: 1.5rem;
}


.precio_bonus {
font-size: 1.1rem;
}

.precio_bonus span {
font-size: 1.9rem;
}

.precio_bonus span span {
font-size: 1.1rem;
}

.precio_cencosud {
font-size: 1.1rem;
}

.precio_cencosud span {
font-size: 1.9rem;
}

.precio_cencosud span span {
font-size: 1.1rem;
}

.text-mini{
  font-size: 0.7rem;
}

/* .navMainTheme a {
  font-family: "AzoSansBold"; 
  font-weight: bold;
} */