/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2026 | 14:32:39 */
@media (max-width: 1000px) {
  #productos.productos_destacados_tienda_wrapper {
    display: block;
    max-width: none;
    margin: 0;
  }
}

/* Cada sección (Sofás / Descanso / Mesas) */
.productos_destacados_tienda {
  margin: auto;
  width: 88%;
}
.productos_destacados_tienda + .productos_destacados_tienda {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .productos_destacados_tienda {
    width: 100%;
    padding: 0 50px;
  }
}

/* Título de sección */
#productos .productos_destacados_tienda > .title.pr_title {
  text-align: center;
  margin: 50px 0 75px 0;
  font-size: 25px;
}
#productos .productos_destacados_tienda > .title.pr_title span {
  border-bottom: 2px solid #b6cfd0;
}
@media (min-width: 800px) {
  #productos .productos_destacados_tienda > .title.pr_title {
    font-size: calc(25px + 7 * (100vw - 800px) / 1120);
  }
}
@media (min-width: 1920px) {
  #productos .productos_destacados_tienda > .title.pr_title {
    font-size: 32px;
  }
}