/*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: "FLOWRISEReg";
  src: local(FLOWRISERegular),
   url(../fonts/FLOWRISERegular.woff)format("woff"),
   url(../fonts/FLOWRISERegular.woff2)format("woff2"),
   url(../fonts/FLOWRISERegular.ttf)format("ttf"),
   url(../fonts/FLOWRISERegular.eot)format("eot"),
   url(../fonts/FLOWRISERegular.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;
}

body, p{
  font-family: "NimbusSanLReg";
}

h1,
h2,
strong,
p strong,
.producto_num,
.precio,
.carousel_site a{
  font-family: "NimbusSanLBol", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.subtitulos a{
  font-family: "NimbusSanLBol", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.otro_texto{
  font-family: "FLOWRISEReg", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/*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;
letter-spacing: normal;
}


.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;
}

.precio.porcentaje {
  font-size: 1.4rem;
}

.precio.desct {
  font-size: .6rem;
}

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

.subtitulos a{
  line-height: 108%;
}

.text-justify{
  text-align: justify;
}
