/* Generated from tbp_template: b2b_v1-home */
.themify_builder_content-5302 .tb_ywip15{padding:6px;background-color:#0f2b5c}
.themify_builder_content-5302 .tb_qd91102{background-color:#d3d3d3;padding:6px}
.themify_builder_content-5302 .tb_yxat813{background-color:#e6e6e6;padding:12px}
/*Builder Custom CSS START*/
/*TEST BANNERS*/
.themify_builder_content-5302 .tb_fd60831.module-product-categories.module .product-category img {
    padding: 10%;
    mix-blend-mode: multiply;
}
.module-product-categories .product:before {
	background-color: rgb(0 0 0 / 0%);}
.module-product-categories .product:hover:before {
    background-color: transparent;
}
.banner-cartel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    text-align: left; 
    background-size: cover;
    background-position: center;
    padding: 2% 3%;
    color: #fff; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.banner-cartel h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff; /* Blanco por defecto */
}

.banner-cartel p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 800px;
    color: #fff; /* Blanco por defecto */
}

.banner-cartel ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-cartel ul li {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff; /* Blanco por defecto */
}

.banner-cartel .btn-cta {
    background-color: #fff;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.banner-cartel .btn-cta:hover {
    background-color: #999;
}
/*Builder Custom CSS END*/