.producto:not(.producto-activo) {
  display: none;
}
.producto .swiper {
  padding-bottom: 60px;
}
.producto .swiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.producto .swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.producto .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 2px;
  margin-bottom: 2px;
  --swiper-pagination-color: #9c9da0;
  --swiper-pagination-bullet-inactive-color: #6c6e73;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 4px;
}
.producto .swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.producto .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-top: 0;
  margin-bottom: 0;
  --swiper-pagination-bullet-size: 8px;
}
.producto .producto-ref {
  margin-bottom: 0;
  font-weight: 700;
}
.producto .producto-tit {
  margin-bottom: 32px;
  font-weight: 300;
}
.producto .producto-txt {
  margin-bottom: 32px;
}

@media (min-width: 1440px) {
  .producto .blq-img {
    width: 700px;
    flex-basis: 700px;
  }
  .producto .blq-cont {
    margin-left: 76px;
    margin-right: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .producto .blq-img {
    margin-right: 40px;
  }
  .producto .blq-img .swiper picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  *:not(.productos-vivienda) + .productos-generales .producto:nth-child(even) .blq-img {
    margin-left: 40px;
    margin-right: 0;
  }
  .productos-vivienda + .productos-generales .producto:nth-child(odd) .blq-img {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .producto .blq-img {
    width: 452px;
    flex-basis: 452px;
  }
  .producto .blq-img .swiper picture {
    height: 490px;
  }
}
@media (min-width: 1024px) {
  .producto .producto-ref,
  .producto .producto-txt {
    font-size: 24px;
    line-height: 28px;
  }
  .producto .producto-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1023px) {
  .producto .producto-ref,
  .producto .producto-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .producto .producto-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .producto .blq-img {
    width: 324px;
    flex-basis: 324px;
  }
  .producto .blq-img .swiper picture {
    height: 418px;
  }
}
@media (min-width: 768px) {
  .producto .producto-cont {
    display: flex;
    align-items: center;
  }
  .producto .blq-img {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .producto .blq-cont {
    flex-grow: 1;
  }
  *:not(.productos-vivienda) + .productos-generales .producto:nth-child(even) .producto-cont {
    flex-direction: row-reverse;
  }
  .productos-vivienda + .productos-generales .producto:nth-child(odd) .producto-cont {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .producto .producto-tit {
    font-size: 42px;
    line-height: 46px;
  }
  .producto + .producto {
    margin-top: 40px;
  }
}/*# sourceMappingURL=blqProducto.css.map */