@charset "UTF-8";
/*head*/
/*head*/
.costo-home .txt-precios,
.costo-home .off-precio-condesc {
  display: flex;
  justify-content: center;
}

.cont-titulo-marca-sku .costo-ficha > .valor {
  color: #262A3D;
}
.cont-titulo-marca-sku .costo-ficha > .valor::after {
  content: "";
}
.cont-titulo-marca-sku .costo-ficha > .label-title {
  color: #3379b6;
}
.cont-titulo-marca-sku .precioVentaConImpuesto-ficha > .valor {
  color: #337AB7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cont-titulo-marca-sku .precioVentaConImpuesto-ficha > .valor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #337AB7;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.9;
}
.cont-titulo-marca-sku .precioVentaConImpuesto-ficha > .label-title {
  color: #3379b6;
}

/* PRODUCTOS DESTACADOS */
.img-prod {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-width: none;
  border-style: inherit;
  border-color: inherit;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-prod img {
  padding: 3px;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin: auto;
}

.off-card-box > .img-cont-prod-destacado > .img-prod,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-width: none;
  border-style: inherit;
  border-color: inherit;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-card-box > .img-cont-prod-destacado > .img-prod img,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod img {
  padding: 3px;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin: auto;
}
@media screen and (min-width: 700px) {
  .off-card-box > .img-cont-prod-destacado > .img-prod,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-width: none;
    border-style: inherit;
    border-color: inherit;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .off-card-box > .img-cont-prod-destacado > .img-prod img,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod img {
    padding: 3px;
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 200px;
    margin: auto;
  }
}

@media screen and (min-width: 700px) {
  .off-card-box {
    grid-template-rows: 200px auto auto auto auto auto 55px;
    min-height: 225px;
  }
}
.list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
  width: 130px;
}
@media screen and (min-width: 375px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 216px;
  }
}
@media screen and (min-width: 765px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 234px;
  }
}
@media screen and (min-width: 1024px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 235px;
  }
}
@media screen and (min-width: 1360px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 215px;
  }
}
@media screen and (min-width: 1440px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 230px;
  }
}
@media screen and (min-width: 1920px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
    width: 210px;
  }
}

.item-producto-destacado,
.off-card-item-destacados > .off-card-box {
  margin: 30px 0 0px 10px;
  width: 120px;
}
@media screen and (min-width: 375px) {
  .item-producto-destacado,
.off-card-item-destacados > .off-card-box {
    width: 150px;
  }
}
.item-producto-destacado > .off-precio-container .off-precio-condesc,
.off-card-item-destacados > .off-card-box > .off-precio-container .off-precio-condesc {
  width: auto;
}

@media screen and (min-width: 1024px) {
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado {
    width: 400px;
    padding: 5px;
    margin: 0px 0px 0px 10px;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(6, auto);
    grid-template-areas: "img-destacado     titulo-destacado" "img-destacado     precios-destacado" "img-destacado     precioLista-home" "img-destacado     precioventasinimpuestos-home" "img-destacado     precioventaconimpuestos-home" "img-destacado     agregar-destacado";
  }
}

/* MODO VISTA EN LISTA */
.content-cards-list > .off-card-box {
  width: 100% !important;
  height: auto;
  flex-direction: row !important;
  padding: 50px 5px 5px 5px;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "titulo-destacado   precios-destacados" "titulo-destacado   agregar-destacado" "precioLista-home   agregar-destacado" "precioventasinimpuestos-home   agregar-destacado" "precioventaconimpuestos-home   agregar-destacado";
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 700px) {
  .content-cards-list > .off-card-box {
    height: auto;
    min-height: 30px;
    padding: 5px;
    margin: 0px 0px 10px 0px !important;
    justify-content: flex-start;
    grid-template-rows: auto auto;
    grid-template-columns: 60px calc((100% - 460px)/2) calc((100% - 460px)/2) 260px 140px;
    grid-template-areas: "img-destacado titulo-destacado descripcion precios-destacados agregar-destacado" "img-destacado titulo-destacado descripcion precioLista-home agregar-destacado" "img-destacado titulo-destacado descripcion precioventasinimpuestos-home agregar-destacado" "img-destacado titulo-destacado descripcion precioventaconimpuestos-home agregar-destacado";
  }
}
.content-cards-list > .off-card-box > .img-cont-prod-destacado {
  top: -15px;
  grid-area: img-destacado;
}
@media screen and (min-width: 700px) {
  .content-cards-list > .off-card-box > .img-cont-prod-destacado {
    top: 0;
  }
  .content-cards-list > .off-card-box > .img-cont-prod-destacado > .img-prod {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-width: none;
    border-style: inherit;
    border-color: inherit;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-cards-list > .off-card-box > .img-cont-prod-destacado > .img-prod img {
    padding: 3px;
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    margin: auto;
  }
}

.altoOcultarCosto {
  height: 260px;
}
@media screen and (min-width: 1024px) {
  .altoOcultarCosto {
    height: 160px;
  }
  .altoOcultarCosto > li {
    min-height: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .altoOcultarCosto {
    height: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .altoOcultarCosto .item-producto-destacado {
    min-height: 185px;
    height: max-content;
  }
}

.altoSinOcultarCosto {
  height: 245px;
}
@media screen and (min-width: 1024px) {
  .altoSinOcultarCosto {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .altoSinOcultarCosto .item-producto-destacado {
    min-height: 140px;
    height: max-content;
  }
}

.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes {
  width: 60px;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria {
  height: auto;
  max-height: 210px;
  width: 70px;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(106, 119, 130, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar img,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar img {
  padding: 3px;
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin: auto;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal {
  height: 500px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 0.2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal img,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal img {
  padding: 3px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

/*# sourceMappingURL=20913.css.map */
