/* Styles for the home page */

/* Banner images */
.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:after {
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, .1),
            rgba(0, 0, 0, .1) 60%,
            rgba(8, 58, 80, .8) 100%);
}

/* First Marquee */
.csm-home-marquee .text-item {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.csm-home-marquee .image-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csm-home-marquee .wdt-animation-item.text-item {
    height: fit-content !important;
}

.csm-home-marquee img {
    width: 45px;
    height: 45px;
}

.csm-home-marquee .wdt-animation-holder {
    display: flex;
}

.csm-home-marquee .wdt-animation-wrapper {
    display: flex;
    align-items: center;
}

/* Clients Marquee */
.csm-clients-marquee .text-item {
    color: var(--csm-color-accent);
    font-size: 1.5rem;
    font-weight: 600;
}

/* Prodcuts banners */

.csm-productos-banners .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
    background-color: white;
    color: var(--csm-color-secondary);
}

.csm-productos-banners .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:hover {
    color: var(--csm-color-accent);
    background-color: white;
}

/* Product loop */
.csm-product-loop .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details {
    background: var(--csm-color-secondary) !important;
    border-radius: 0px !important;
}


.csm-product-loop .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details a {
    color: white;
}

.csm-product-loop .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details .product-buttons-wrapper.product-icons {
    display: none;
}

.csm-product-loop .product-title a {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 0;
    padding: 10px 20px !important;
    display: none !important;
}

.csm-product-loop .product-title a::before {
    font-family: "Fira Sans", sans-serif !important;
    content: "Ver más";
    color: white;
    font-size: 1.4rem;
}

.csm-product-loop .product-title a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/11/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
}

.csm-product-loop .product-title h5 {
    margin: 0;
}

.csm-product-loop .product-details {
    padding: 0 !important;
    width: fit-content !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;

    left: 50% !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;
}

.csm-product-loop .product-element-group-wrapper {
    width: 100% !important;
}

.wdt-offer-box .wdt-heading-holder {
    background: var(--csm-color-accent) !important;
}

/* Marquee 2 */
.cuarenta-innovando {
    background-color: var(--csm-color-accent);
    border-radius: 10px;
}

/* Flex banner */
.cms-product-flex-banner * {
    font-family: "Fira Sans", sans-serif;
}

.cms-product-flex-banner .wdt-flex-banner-title {
    font-family: "Fira Sans", sans-serif !important;
}