.title-products-category-products {
    background-color: #2C2C2C;
}
.title-category-productsos {
    font-size: 30px;
    color: #fff;
    max-width: 1423px;
    margin: auto;
    padding: 15px 30px;
  }
.banner-products {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}

.banner-products-content {
    max-width: 1279px;
    margin: 30px 30px 0;
    height: auto;
}

.banner-products-content img {
    width: 100%;
}

.content-products-category-products {
    font-family: var(--font-aldrich);
    margin: 20px auto 20px;
    max-width: 1490px;
}

.margin-products-category-products {
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}

.content-product-box-category-products {
    width: 100%;
    max-width: 302px;
    margin: 12px;
    align-self: stretch;
}

.margin-product-box-category-products {
    height: 100%;
}

.content-image-product-category-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.content-image-product-category-products {
    border-radius: var(--br-9xs);
    border: solid 1px #D9D9D9;
}

.box-image-product-category-products {
    background-color: #FFF;
    padding: 47px 0;
    border-bottom: solid 1px #D9D9D9;
}

.content-image-product-category-products a:hover .image-product-category-products {
    transform: scale(1.2);
}

.title-product-category-products a:hover {
    color: #E9521E;
}

.image-product-category-products {
    height: auto;
    width: 100%;
    max-width: 220px;
    margin: auto;
    transition-duration: 1500ms;
    overflow: hidden;
}

.image-product-category-products img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-product-category-products {
    font-size: var(--font-size-5xl);
    margin: 10px 10px 0;
    width: 100%;
    text-align: initial;
  }

.title-product-category-products a {
    color: #333E48;
}

.description-product-category-products {
    max-width: 254px;
    text-align: center;
    margin: 0px;
    color: #595959;
}

.content-image-product-category-products a {
    width: 100%;
}

.boton-mas-info-pro-h-category-products {
    color: #E9521E;
    max-width: max-content;
    margin: 0 10px 10px;
    font-size: 18px;
  }

.boton-mas-info-pro-h-category-products a {
    color: #595959;
}
.us-content-category {
    max-width: 1347px;
    margin: 20px auto 20px;
  }
  .subtitles-top {
    max-width: 1423px;
    margin: auto;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: bold;
  }