/* ---- FUENTES PERSONALIZADAS ---- */
@font-face {
  font-family: "Neutra-Medium";
  src: url("https://tintablanca.com/assets/fonts/neutra-display.woff?v=1.0");
  font-display: swap;
}
@font-face {
  font-family: "BemboN";
  src: url("https://tintablanca.com/assets/fonts/BemboN.ttf?v=1.0");
  font-display: swap;
}
@font-face {
  font-family: "BemboB";
  src: url("https://tintablanca.com/assets/fonts/BemboB.ttf?v=1.0");
  font-display: swap;
}
.body-tienda {
  overflow: initial;
}
.body-tienda .row-descripcion .descripcion {
  text-align: center;
  padding: 15px 15px 55px;
}
.body-tienda .row-descripcion .descripcion .tit {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
}
.body-tienda .row-descripcion .descripcion .tit h1 {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
}
.body-tienda .row-descripcion .descripcion .subtit {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
}
.body-tienda .row-descripcion .descripcion .subtit h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 24px;
}
.body-tienda .row-descripcion .descripcion .txt {
  margin-top: 15px;
}
.body-tienda .row-descripcion .descripcion .ver-mas {
  display: none;
  font-size: 15px;
}
.body-tienda .row-descripcion .descripcion .ver-mas span {
  cursor: pointer;
  color: #007bff;
}
.body-tienda .row-descripcion .descripcion .ver-mas span:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .body-tienda .row-descripcion .descripcion {
    padding: 5px 15px 25px;
  }
  .body-tienda .row-descripcion .descripcion .tit h1 {
    font-size: 38px;
  }
  .body-tienda .row-descripcion .descripcion .txt.oculto {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 48px;
  }
  .body-tienda .row-descripcion .descripcion .ver-mas {
    margin-top: 5px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .body-tienda .container-tienda {
    max-width: min(90%, 1400px);
  }
}
.body-tienda .cabecera {
  margin-bottom: 40px;
}
.body-tienda .cabecera .col-img {
  padding: 0;
}
.body-tienda .cabecera .col-img .imagen-cabecera {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3;
}
.body-tienda .cabecera .col-txt {
  padding: 50px;
  text-wrap: balance;
}
@media (max-width: 575px) {
  .body-tienda .cabecera .col-txt {
    text-align: center;
  }
}
.body-tienda .cabecera .col-txt h1 {
  font-size: 44px;
  font-weight: 500;
  font-family: "Source Serif 4", serif;
}
@media (max-width: 575px) {
  .body-tienda .cabecera .col-txt h1 {
    font-size: 28px;
  }
}
.body-tienda .cabecera .col-txt .subtitulo {
  font-size: 18px;
}
.body-tienda .cabecera .col-txt .texto {
  margin-top: 20px;
  font-size: 16px;
}
.body-tienda .select-orden {
  padding: 10px;
}
.body-tienda .select-orden label {
  font-size: 14px;
  margin-right: 10px;
}
.body-tienda .select-orden select {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  border: solid 1px #13110c;
  text-align: center;
}
.body-tienda .row-productos {
  margin: 0;
}
.body-tienda .row-productos .producto {
  padding: 10px;
}
.body-tienda .row-productos .producto a {
  text-decoration: none;
  color: #13110c;
  position: relative;
  display: block;
}
.body-tienda .row-productos .producto a .c-img {
  overflow: hidden;
  position: relative;
}
.body-tienda .row-productos .producto a img {
  width: 100%;
  aspect-ratio: 1/1;
}
.body-tienda .row-productos .producto a .img-producto {
  transform: scale(1);
  transition: transform 300ms ease;
}
.body-tienda .row-productos .producto a .img-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 300ms ease, opacity 600ms ease;
}
.body-tienda .row-productos .producto a .img-etiqueta {
  position: absolute;
  width: 140px;
  z-index: 10;
  max-width: 50%;
  height: auto;
  top: 0;
  right: 0;
  transform: translate(6%, -6%);
}
.body-tienda .row-productos .producto a .descripcion {
  padding: 15px 0;
}
.body-tienda .row-productos .producto a .descripcion .titulo {
  font-weight: 500;
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  line-height: 110%;
}
.body-tienda .row-productos .producto a .descripcion .tipo {
  font-size: 14px;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.body-tienda .row-productos .producto a:hover .img-producto {
  transform: scale(1.05);
}
.body-tienda .row-productos .producto a:hover .img-hover {
  opacity: 1;
  transform: scale(1.05);
}/*# sourceMappingURL=tienda_index.css.map */