/*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: optional
}

@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: optional
}

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

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


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

@media screen and (min-width:460px) {
  html {
    font-size: 13px;
  }
}

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

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

.producto_txt {
  margin-bottom: .6rem;
}

.precio_normal {
  font-size: 1.5rem;
  /* line-height: 1.7rem; */
  margin-bottom: 0.23rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.precio_normal span {
  font-size: 2.3rem;
  line-height: 1.6rem !important;
}

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


.precio_bonus {
  font-size: 1.1rem;
  line-height: .7rem !important;
}

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

.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;
  line-height: 0.8rem;
}

.producto_txt strong {
  /* font-size: calc(1rem + 0.2vw); */
}