/* ---- 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-producto {
  overflow-x: hidden !important;
}
.body-producto .video-actualidad {
  width: 100vw;
  aspect-ratio: 16/7;
  margin-bottom: 30px;
}
.body-producto .video-actualidad .c-video {
  width: 100%;
  height: 100%;
}
.body-producto .video-actualidad .c-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-producto .popup-anadido-carrito {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.body-producto .popup-anadido-carrito.show {
  visibility: visible;
  opacity: 1;
}
.body-producto .popup-anadido-carrito .popup {
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  top: 50% !important;
  position: fixed;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  display: flex;
}
@media (max-width: 991px) {
  .body-producto .popup-anadido-carrito .popup {
    display: block;
    max-width: 90%;
  }
}
.body-producto .popup-anadido-carrito .popup h2 {
  margin-top: 0;
  color: #333;
}
.body-producto .popup-anadido-carrito .popup .close-b {
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  background-color: #13110c;
  cursor: pointer;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 41px;
}
.body-producto .popup-anadido-carrito .popup .close-b:hover {
  background-color: #42413d;
}
.body-producto .popup-anadido-carrito .popup .imagen {
  width: 400px;
  max-width: 100%;
  aspect-ratio: 1;
}
.body-producto .popup-anadido-carrito .popup .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-producto .popup-anadido-carrito .popup .window {
  padding: 50px 40px;
  align-self: center;
  max-width: 400px;
}
.body-producto .popup-anadido-carrito .popup .content {
  max-height: 30%;
  overflow: auto;
}
.body-producto .popup-anadido-carrito .box-content label {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}
.body-producto .popup-anadido-carrito .box-content .botones a {
  cursor: pointer;
  font-family: "Hanken Grotesk", sans-serif;
  border-radius: 5px;
  font-size: 15px;
  padding: 6px 16px 5px;
  background-color: #bf1723;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  max-width: 230px;
  margin: auto;
}
.body-producto .popup-anadido-carrito .box-content .botones a:first-child {
  margin-bottom: 15px;
}
.body-producto .popup-anadido-carrito .box-content .botones a:hover {
  background-color: #cc454f;
}
.body-producto .modal-imagen {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13110c;
  background-color: rgba(19, 17, 12, 0.7);
}
.body-producto .modal-imagen .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  border: none;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .body-producto .producto-principal {
    height: auto;
  }
}
.body-producto .producto-principal .row-producto {
  height: 100%;
  margin: 0;
  padding: 20px 40px 60px;
}
@media (max-width: 575px) {
  .body-producto .producto-principal .row-producto {
    padding: 20px 0px;
  }
}
.body-producto .producto-principal .row-producto .col-galeria {
  padding: 0;
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel {
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer {
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img:hover {
  opacity: 0.95;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-dots .owl-dot span {
  background: rgba(19, 17, 12, 0.5);
  border-radius: 0;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-dots .owl-dot.active span {
  background: #13110c;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-nav {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 20px;
  margin: 0;
  font-size: 40px;
  display: block;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-nav button {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  outline: none;
  background-color: #fff !important;
  color: #13110c !important;
  margin: 0 10px;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel .owl-nav button span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 1px;
  pointer-events: none;
  display: block;
  line-height: 1px;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel:hover .owl-nav {
  display: block;
}
.body-producto .producto-principal .row-producto .col-galeria .owl-carousel.no-nav-car:hover .owl-nav {
  display: none;
}
.body-producto .producto-principal .row-producto .col-compra {
  padding: 0 5vw;
}
@media (max-width: 991px) {
  .body-producto .producto-principal .row-producto .col-compra {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .body-producto .producto-principal .row-producto .col-compra {
    padding: 30px 20px;
    text-align: center;
  }
}
.body-producto .producto-principal .row-producto .col-compra .precio-producto {
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
}
.body-producto .producto-principal .row-producto .col-compra .caja-lujo input {
  height: 11px;
  cursor: pointer;
}
.body-producto .producto-principal .row-producto .col-compra .caja-lujo label {
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}
.body-producto .producto-principal .row-producto .col-compra .boton-compra {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  background-color: #13110c;
  color: #fff;
  padding: 15px 50px;
  border-radius: 0;
  margin: 0 0 10px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .body-producto .producto-principal .row-producto .col-compra .boton-compra {
    width: 100%;
  }
}
.body-producto .producto-principal .row-producto .col-compra .boton-compra:hover {
  background-color: #42413d;
}
.body-producto .producto-principal .row-producto .col-compra .boton-compra.disabled {
  cursor: default;
  background-color: #42413d;
}
.body-producto .producto-principal .row-producto .col-compra .envio-24 {
  font-size: 12px;
  opacity: 0.8;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: left;
}
@media (max-width: 575px) {
  .body-producto .producto-principal .row-producto .col-compra .autores-info {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor {
  margin-bottom: 10px;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor .img-autor {
  padding: 0;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor .img-autor img {
  height: 50px;
  aspect-ratio: 1;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor h3 {
  color: rgba(19, 17, 12, 0.8);
  font-size: 12px;
  margin: 0;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor a {
  font-size: 16px;
  color: #13110c;
  text-decoration: underline;
}
.body-producto .producto-principal .row-producto .col-compra .autores-info .info-autor a:hover {
  color: rgba(19, 17, 12, 0.8);
}
.body-producto .producto-principal .row-producto .col-compra .mas-info {
  color: inherit;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.body-producto .producto-principal .row-producto .col-compra .mas-info i {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  transform: translateY(1px);
}
.body-producto .producto-principal .row-producto .col-compra .detalles-info {
  margin-top: 30px;
  opacity: 0.8;
}
.body-producto .producto-principal .row-producto .col-compra .detalles-info span {
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}
.body-producto .producto-principal .row-producto .col-compra .detalles-info span i {
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
  transform: translateY(1px);
}
.body-producto .producto-video {
  background-color: #efeeec;
  padding: 60px 0 30px;
}
@media (max-width: 991px) {
  .body-producto .producto-video {
    padding: 30px 0 0px;
  }
}
.body-producto .producto-video .columna-video {
  padding: 0 30px;
}
.body-producto .producto-video .columna-video2 {
  padding: 10px;
}
.body-producto .producto-video .columna-video video, .body-producto .producto-video .columna-video2 video {
  width: 100%;
  aspect-ratio: 16/9;
}
.body-producto .producto-detalles {
  background-color: #efeeec;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .body-producto .producto-detalles {
    padding-top: 0;
  }
}
.body-producto .producto-detalles .apartado {
  padding: 60px 30px 30px;
}
@media (max-width: 575px) {
  .body-producto .producto-detalles .apartado {
    padding: 15px 30px;
  }
}
.body-producto .producto-detalles .apartado .titulo-apartado {
  font-family: "Source Serif 4", serif;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.body-producto .producto-detalles .apartado .texto-apartado p:last-of-type {
  margin: 0;
}
.body-producto .producto-detalles .lista-detalles {
  background-color: #f1f3f9;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .body-producto .producto-detalles .lista-detalles {
    margin-bottom: 0;
  }
}
.body-producto .producto-detalles .lista-detalles ul {
  margin-left: 30px;
  margin-bottom: 0;
}
.body-producto .producto-detalles .lista-detalles ul li .negrita {
  font-weight: 500;
}
.body-producto .producto-detalles .autores .autor, .body-producto .producto-detalles .autores .col-ficha, .body-producto .producto-detalles .ficha-tecnica .autor, .body-producto .producto-detalles .ficha-tecnica .col-ficha {
  padding: 0 90px;
}
@media (max-width: 991px) {
  .body-producto .producto-detalles .autores .autor, .body-producto .producto-detalles .autores .col-ficha, .body-producto .producto-detalles .ficha-tecnica .autor, .body-producto .producto-detalles .ficha-tecnica .col-ficha {
    padding: 0 60px;
  }
}
@media (max-width: 575px) {
  .body-producto .producto-detalles .autores .autor, .body-producto .producto-detalles .autores .col-ficha, .body-producto .producto-detalles .ficha-tecnica .autor, .body-producto .producto-detalles .ficha-tecnica .col-ficha {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .body-producto .producto-detalles .autores .autor:first-of-type, .body-producto .producto-detalles .autores .col-ficha:first-of-type, .body-producto .producto-detalles .ficha-tecnica .autor:first-of-type, .body-producto .producto-detalles .ficha-tecnica .col-ficha:first-of-type {
    border-right: solid 1px rgba(19, 17, 12, 0.4);
  }
}
.body-producto .producto-detalles .autores .autor .imagen-autor {
  margin-bottom: 20px;
}
.body-producto .producto-detalles .autores .autor .imagen-autor img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.body-producto .producto-detalles .autores .autor .nombre-autor {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.body-producto .producto-detalles .autores .autor .nombre-autor span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.body-producto .producto-detalles .autores .autor .descripcion-autor {
  margin-bottom: 30px;
}
.body-producto .ficha-tecnica .dato {
  margin-bottom: 15px;
}
.body-producto .ficha-tecnica .dato .subtit {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
}
.body-producto .ficha-tecnica .dato .enlace-autor {
  color: inherit;
  text-decoration: underline;
}
.body-producto .ficha-tecnica .dato .enlace-autor:hover {
  opacity: 0.8;
}
.body-producto .relacionados {
  padding-top: 60px;
  padding-bottom: 40px;
}
.body-producto .relacionados .titulo_seccion {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  font-family: "Source Serif 4", serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .body-producto .relacionados .c-scroll {
    max-width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .body-producto .relacionados .c-scroll::-webkit-scrollbar {
    display: none;
  }
  .body-producto .relacionados .c-scroll .container {
    max-width: 150vw;
    width: 150vw;
  }
}
@media (max-width: 767px) {
  .body-producto .relacionados .c-scroll .container {
    max-width: 180vw;
    width: 180vw;
  }
}
@media (max-width: 575px) {
  .body-producto .relacionados .c-scroll .container {
    max-width: 300vw;
    width: 300vw;
  }
}
.body-producto .relacionados .producto {
  padding: 5px;
}
.body-producto .relacionados .item {
  transform: scale(1);
  transition: transform 500ms ease;
  width: 100%;
}
.body-producto .relacionados .item:hover img {
  scale: 1.05;
}
.body-producto .relacionados .item:hover img.img-hover {
  opacity: 1;
}
.body-producto .relacionados .item a {
  color: #13110c;
  text-decoration: none;
}
.body-producto .relacionados .item .c-img {
  overflow: hidden;
  position: relative;
}
.body-producto .relacionados .item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  transition: scale 300ms ease;
}
.body-producto .relacionados .item img.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: scale 300ms ease, opacity 600ms ease;
}
.body-producto .relacionados .item .descripcion {
  padding: 15px 0;
  text-align: left;
}
.body-producto .relacionados .item .descripcion .titulo {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.body-producto .relacionados .item .descripcion .tipo {
  font-size: 14px;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.body-producto .relacionados .item .descripcion .opiniones {
  font-size: 13px;
}

.resumen .texto {
  font-size: 14px;
}
@media (max-width: 575px) {
  .resumen .texto {
    text-wrap: balance;
  }
}
.resumen a {
  text-transform: uppercase;
  color: #13110c;
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
  text-decoration: underline;
}
.resumen a:hover {
  opacity: 0.8;
}

h1.titulo-producto {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 5px;
  font-family: "Source Serif 4", serif;
}

h2.subtitulo-producto {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}

h3.subtitulo-producto {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
}/*# sourceMappingURL=producto_tienda.css.map */