.elementor-189 .elementor-element.elementor-element-6c2ff21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-189 .elementor-element.elementor-element-ecbe610{text-align:start;}.elementor-189 .elementor-element.elementor-element-ecbe610 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:#1D27A1;}.elementor-widget-divider .elementor-divider__text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-189 .elementor-element.elementor-element-ad554ff{--divider-border-style:solid;--divider-color:#434AA2AB;--divider-border-width:1px;}.elementor-189 .elementor-element.elementor-element-ad554ff .elementor-divider-separator{width:100%;}.elementor-189 .elementor-element.elementor-element-ad554ff .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-189 .elementor-element.elementor-element-4990b4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product{text-align:center;}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#0A138A;margin-bottom:3px;}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#0A138A;margin-bottom:3px;}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-189 .elementor-element.elementor-element-05bdabf.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for theme-archive-title, class: .elementor-element-ecbe610 *//* ENCABEZADO DE CATEGORÍAS */

.proingal-archive-header {
    width: 100%;
    padding: 70px 25px;
    background: linear-gradient(135deg, #052b68 0%, #0b55a5 100%);
}

.proingal-archive-header > .e-con-inner,
.proingal-archive-header > .elementor-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.proingal-archive-header h1,
.proingal-archive-header .elementor-heading-title {
    margin: 0;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.1;
}

/* ÁREA DE PRODUCTOS */

.proingal-archive-products {
    width: 100%;
    padding: 55px 25px;
    background: #f4f7fb;
}

.proingal-archive-products ul.products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.proingal-archive-products ul.products::before,
.proingal-archive-products ul.products::after {
    display: none !important;
}

.proingal-archive-products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px;
    float: none !important;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(5, 43, 104, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.proingal-archive-products ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(5, 43, 104, 0.18);
}

.proingal-archive-products li.product a {
    color: #052b68 !important;
    text-decoration: none !important;
}

.proingal-archive-products li.product img {
    width: 100%;
    height: 260px;
    margin: 0 0 18px !important;
    object-fit: contain;
    background: #ffffff;
}

.proingal-archive-products .woocommerce-loop-product__title {
    margin: 0 !important;
    color: #052b68 !important;
    font-family: Arial, sans-serif;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.35;
    text-align: center;
}

.proingal-archive-products .price {
    color: #1457a6 !important;
    text-align: center;
}

.proingal-archive-products .button {
    display: block;
    width: max-content;
    margin: 18px auto 0 !important;
    padding: 12px 20px !important;
    background: #052b68 !important;
    color: #ffffff !important;
    border-radius: 4px;
}

.proingal-archive-products .woocommerce-result-count {
    color: #586474;
}

.proingal-archive-products .woocommerce-ordering select {
    padding: 10px;
    border: 1px solid #d3dce8;
    color: #052b68;
    background: #ffffff;
}

/* TABLET */

@media (max-width: 900px) {
    .proingal-archive-products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CELULAR */

@media (max-width: 600px) {
    .proingal-archive-header {
        padding: 50px 20px;
    }

    .proingal-archive-header h1,
    .proingal-archive-header .elementor-heading-title {
        font-size: 36px;
    }

    .proingal-archive-products {
        padding: 40px 20px;
    }

    .proingal-archive-products ul.products {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */