#main-wrapper.modern-catalog{
    background: #fcfdff;
}

#main-wrapper.modern-catalog .site-wrapper-reveal{
    background: transparent;
}

body.page-cat-productos #main-wrapper.modern-catalog .about-us-pages-area{
    position: relative;
    background: linear-gradient(180deg, rgba(239, 245, 255, .22) 0%, rgba(255, 255, 255, 0) 32%);
}

.page-cat-productos #txt_nombre_paquete,
.page-cat-paquetes #txt_nom_cat_paquete,
.page-cat-servicios #txt_nombre_paquete{
    color: #111827;
    margin-bottom: 0;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-wrap,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-wrap,
.page-cat-servicios #txt_nombre_paquete .catalog-summary-wrap{
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    font-size: .99rem;
    line-height: 1.12;
    font-weight: 600;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-label,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-label,
.page-cat-servicios #txt_nombre_paquete .catalog-summary-label{
    color: #111827;
    font-weight: 700;
    font-size: .94rem;
    white-space: nowrap;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-chip,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-chip,
.page-cat-servicios #txt_nombre_paquete .catalog-summary-chip{
    border: 1px solid #d8e0ec;
    background: #f7f9fc;
    color: #111827;
    border-radius: 999px;
    padding: 0 8px;
    min-height: 20px;
    font-size: .85rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-chip:hover,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-chip:hover,
.page-cat-servicios #txt_nombre_paquete .catalog-summary-chip:hover{
    border-color: var(--dc-primary);
    color: var(--dc-primary);
    background: #eef4ff;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-chip.is-subcat-text,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-chip.is-subcat-text,
.page-cat-servicios #txt_nombre_paquete .catalog-summary-chip.is-subcat-text{
    border: 0;
    background: transparent;
    color: #5f6f8d;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    cursor: default;
    pointer-events: none;
}

.page-cat-productos #txt_nombre_paquete .catalog-summary-sep,
.page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-sep{
    color: #5f6f8d;
    font-weight: 600;
    margin-right: 2px;
    white-space: nowrap;
}

#main-wrapper.modern-catalog .banner-preduct-wrapper{
    margin-top: 26px !important;
    margin-bottom: 42px;
    position: relative;
    padding-top: 12px;
    background-image: linear-gradient(90deg, rgba(16, 35, 77, 0) 0%, rgba(16, 35, 77, .10) 50%, rgba(16, 35, 77, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top center;
}

#main-wrapper.modern-catalog #seccion_productos_filtros{
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 3;
}

#main-wrapper.modern-catalog #seccion_productos_filtros > .row,
#main-wrapper.modern-catalog #seccion_productos_filtros_2{
    background: #fff;
    border: 1px solid rgba(16, 35, 77, .09);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 35, 77, .04);
    padding: 14px 12px;
}

#main-wrapper.modern-catalog #seccion_productos_filtros > .row{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

#main-wrapper.modern-catalog #seccion_productos_filtros > .row::-webkit-scrollbar{
    width: 8px;
}

#main-wrapper.modern-catalog #seccion_productos_filtros > .row::-webkit-scrollbar-track{
    background: transparent;
}

#main-wrapper.modern-catalog #seccion_productos_filtros > .row::-webkit-scrollbar-thumb{
    background: #d6dde8;
    border-radius: 999px;
}

#main-wrapper.modern-catalog #seccion_productos_filtros .shop-widget{
    border-bottom: 1px solid #f2f4f8;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#main-wrapper.modern-catalog #contenido_productos .col-xl-3,
#main-wrapper.modern-catalog #contenido_productos .col-lg-3,
#main-wrapper.modern-catalog #contenido_productos .col-md-4,
#main-wrapper.modern-catalog #contenido_productos .col-sm-6,
#main-wrapper.modern-catalog #contenido_productos .col-6{
    margin-bottom: 24px;
}

#main-wrapper.modern-catalog #seccion_productos_filtros .shop-widget:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#main-wrapper.modern-catalog #seccion_productos_filtros h6,
#main-wrapper.modern-catalog #seccion_productos_filtros_2 h6,
#main-wrapper.modern-catalog #seccion_productos_filtros .todo_filtro_cat a{
    color: #fb923c;
    font-weight: 700;
}

#main-wrapper.modern-catalog #seccion_productos_filtros .filter-clear-widget{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
}

#main-wrapper.modern-catalog #btn_limpiar_filtros_catalogo.btn-limpiar-filtros-catalogo{
    width: 100%;
    min-height: 38px;
    border: 1px solid #d16a6a;
    border-radius: 10px;
    background: #fff;
    color: #c05a5a;
    font-size: .84rem;
    font-weight: 700;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

#main-wrapper.modern-catalog #btn_limpiar_filtros_catalogo.btn-limpiar-filtros-catalogo:hover{
    background: #fff5f5;
    border-color: #bb4f4f;
    color: #b24545;
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake li{
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 3px;
    color: var(--dc-muted);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake li.filtro-cat-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake .filtro-cat-label{
    flex: 1;
    cursor: pointer;
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake .check_name_categoria_filtro{
    margin: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: var(--dc-primary);
    border-radius: 9px;
}

#main-wrapper.modern-catalog #seccion_productos_filtros .form-check-input,
.catalogo-filtros-mobile-sheet #catalogo_filtros_mobile_contenido .form-check-input{
    width: 17px;
    height: 17px;
    border-radius: 9px;
    border: 1px solid #cdd7e5;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(16, 35, 77, .05);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#main-wrapper.modern-catalog #seccion_productos_filtros .form-check-input:checked,
.catalogo-filtros-mobile-sheet #catalogo_filtros_mobile_contenido .form-check-input:checked{
    border-color: var(--dc-primary);
    box-shadow: 0 0 0 2px rgba(29, 78, 216, .18);
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake li:hover,
#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake li.active{
    background: #f3f5f8;
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake.is-multiselect li:hover{
    background: transparent;
    border-color: var(--dc-primary);
    box-shadow: none;
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake.is-multiselect li.is-checked{
    background: #f3f5f8;
    border-color: var(--dc-border);
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #menu_cat_filtro_producto_remake:not(.is-multiselect) li.active{
    background: var(--dc-card);
    border-color: var(--dc-primary);
    box-shadow: 0 10px 20px rgba(16, 35, 77, .15);
}

#main-wrapper.modern-catalog #filtro_sub_categoria_remake .filtro-subcat-item{
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 7px 8px;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#main-wrapper.modern-catalog #filtro_entorno_remake .filtro-check-item,
#main-wrapper.modern-catalog #filtro_caracteristicas_remake .filtro-check-item{
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 7px 8px;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#main-wrapper.modern-catalog #filtro_entorno_remake .filtro-check-item:hover,
#main-wrapper.modern-catalog #filtro_caracteristicas_remake .filtro-check-item:hover{
    border-color: var(--dc-primary);
}

#main-wrapper.modern-catalog #filtro_sub_categoria_remake .filtro-subcat-item .form-check-label{
    cursor: pointer;
}

#main-wrapper.modern-catalog #filtro_sub_categoria_remake .filtro-subcat-item.is-checked{
    background: #f3f5f8;
    border-color: var(--dc-border);
}

#main-wrapper.modern-catalog #filtro_sub_categoria_remake.is-multiselect .filtro-subcat-item:hover{
    background: transparent;
    border-color: var(--dc-primary);
    box-shadow: none;
}

#main-wrapper.modern-catalog #txt_buscar_catalogo,
#main-wrapper.modern-catalog #txt_buscar_catalogo_filtro{
    border: 1px solid var(--dc-border);
    border-radius: 12px;
    background: #fff;
    min-height: 44px;
    padding: 10px 14px;
    color: var(--dc-text);
}

#main-wrapper.modern-catalog #txt_buscar_catalogo:focus,
#main-wrapper.modern-catalog #txt_buscar_catalogo_filtro:focus{
    border-color: var(--dc-primary);
    box-shadow: 0 0 0 3px rgba(29, 78, 216, .14);
}

#main-wrapper.modern-catalog .button-search_bar{
    border-radius: 12px;
    height: 44px;
    width: 44px;
    box-shadow: 0 8px 18px rgba(249, 211, 66, .26);
}

#main-wrapper.modern-catalog #fil_precio_producto{
    border-radius: 12px;
    border: 1px solid var(--dc-border);
    box-shadow: 0 14px 26px rgba(16, 35, 77, .12);
    overflow: hidden;
}

#main-wrapper.modern-catalog #fil_precio_producto li a{
    color: var(--dc-text);
    padding: 10px 14px;
}

#main-wrapper.modern-catalog #fil_precio_producto li a:hover,
#main-wrapper.modern-catalog #fil_precio_producto li.active a{
    background: #f3f5f8;
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog .filtro-marcas-toolbar{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    flex-wrap: wrap;
    order: 1;
}

#main-wrapper.modern-catalog .shop-toolbar__item.shop-short-by{
    order: 2;
    margin-left: auto;
    min-width: 250px;
    flex: 0 0 auto;
}

#main-wrapper.modern-catalog .shop-toolbar__item.shop-short-by > ul > li > a{
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-label{
    font-size: .78rem;
    font-weight: 600;
    color: var(--dc-muted);
    margin-right: 2px;
}

#main-wrapper.modern-catalog .filtro-marcas-toolbar .marca-chip{
    border: 1px solid var(--dc-border);
    background: #fff;
    color: var(--dc-text);
    border-radius: 8px;
    min-height: 28px;
    padding: 4px 9px;
    font-size: .72rem;
    line-height: 1;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#main-wrapper.modern-catalog .filtro-marcas-toolbar .marca-chip:hover,
#main-wrapper.modern-catalog .filtro-marcas-toolbar .marca-chip.active{
    border-color: #fb923c;
    color: #fb923c;
    background: #fff7ed;
    box-shadow: 0 0 0 2px rgba(251, 146, 60, .20);
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:hover,
#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus,
#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus-visible,
#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:active,
#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn.is-added{
    border-color: var(--dc-primary);
    background: var(--dc-primary);
    color: #ffffff;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item{
    border: 1px solid rgba(16, 35, 77, .10);
    background: #fff;
    box-shadow: 0 2px 10px rgba(16, 35, 77, .05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item--brand-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 16px 14px;
    background: linear-gradient(145deg, #2f6de8 0%, #1d4ed8 100%);
    border: 0;
    box-shadow: 0 2px 10px rgba(16, 35, 77, .05);
    cursor: default;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item--brand-banner__name{
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    letter-spacing: .2px;
    word-break: break-word;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover{
    transform: translateY(-2px);
    border-color: rgba(16, 35, 77, .10);
    box-shadow: 0 2px 10px rgba(16, 35, 77, .05);
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .products-images{
    padding: 14px 14px 0;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-thumbnail{
    border-radius: 12px;
    overflow: hidden;
    background: #fbfcfd;
    border: 0;
    box-shadow: none !important;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-thumbnail img{
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    filter: none !important;
    box-shadow: none !important;
    transform: scale(1.08) !important;
    transform-origin: center center;
    transition: transform .24s ease, filter .24s ease;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .product-thumbnail{
    border: 0;
    box-shadow: none !important;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .product-thumbnail img{
    transform: scale(1.13) !important;
    filter: contrast(1.13) saturate(1.16) brightness(1.06) !important;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .products-images::before,
#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .product-thumbnail::before,
#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .product-thumbnail::after{
    background: transparent !important;
    opacity: 1 !important;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-content{
    padding: 12px 14px 14px;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .prodect-title a,
#main-wrapper.modern-catalog #contenido_productos .single-product-item .prodect-title{
    color: var(--dc-text);
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-brand-label{
    display: inline-block;
    margin-bottom: 6px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .01em;
    color: #00a650;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-model{
    color: var(--dc-muted);
    transition: color .2s ease, text-shadow .2s ease;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .product-model{
    color: #fb923c;
    text-shadow: 0 0 6px rgba(251, 146, 60, .30);
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .prodect-title a,
#main-wrapper.modern-catalog #contenido_productos .single-product-item:hover .prodect-title:not(.product-model){
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .new-price{
    color: var(--dc-primary);
    font-weight: 800;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions a{
    border-radius: 10px;
    border: 1px solid var(--dc-border);
    background: #fff;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn{
    position: relative;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn .item-counter{
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    padding: 0 3px;
    border: 1px solid #fff;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn .item-counter.product-card-counter--hidden{
    display: none !important;
}

#main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions a:hover{
    border-color: var(--dc-primary);
    background: var(--dc-primary);
    color: #fff;
}

#main-wrapper.modern-catalog #contenido_productos .categoria-separador-wrap{
    margin: 18px 0 10px;
}

#main-wrapper.modern-catalog #contenido_productos .categoria-separador-label{
    display: inline-block;
    background: #111827;
    color: #fff;
    border-radius: 8px;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 6px 10px;
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers{
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--dc-border);
    color: var(--dc-text);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(16, 35, 77, .08);
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers.active,
#main-wrapper.modern-catalog #paginador_producto .page-numbers:hover{
    color: #fff;
    border-color: var(--dc-primary);
    background: var(--dc-primary);
}

#main-wrapper.modern-catalog #paginador_producto{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

#main-wrapper.modern-catalog #paginador_producto{
    position: relative;
    padding-top: 14px;
    background-image: linear-gradient(90deg, rgba(16, 35, 77, 0) 0%, rgba(16, 35, 77, .09) 50%, rgba(16, 35, 77, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top center;
}

#prodect-modal .modal-dialog{
    max-width: 1020px;
}

#prodect-modal .modal-content{
    border: 0;
    background: var(--dc-card);
    box-shadow: 0 14px 26px rgba(16, 35, 77, .14);
}

#prodect-modal .modal-header{
    border-bottom: 0;
    padding: 0;
}

#prodect-modal .close{
    border: 0;
    background: #f3f5f8;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--dc-muted);
    opacity: 1;
}

#prodect-modal .close:hover{
    background: #e7ecf6;
    color: var(--dc-primary);
}

#prodect-modal .modal-body{
    padding-top: 10px;
}

#prodect-modal #imagenes_productos_muestra{
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 10px 0 0;
}

#prodect-modal .product-details-content.quickview-content-wrap{
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 6px 0 0;
}

#prodect-modal .quickview-peragraph p,
#prodect-modal .stock p{
    color: var(--dc-text);
}

#prodect-modal #modal_precio_producto{
    color: var(--dc-primary) !important;
}

#prodect-modal .cart-plus-minus-box{
    border-color: #e7ecf6;
    border-radius: 10px;
}

#prodect-modal #modal_galeria_img .img_width_grande.border-image-grey,
#prodect-modal #imagenes_productos_muestra .border-image-grey{
    border: 0 !important;
    box-shadow: none !important;
}

#prodect-modal .modal-gallery-thumbs{
    display: flex;
    gap: 6px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
}

#prodect-modal .modal-gallery-thumb{
    border: 1px solid transparent;
    background: #f8fafd;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    min-width: 58px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#prodect-modal .modal-gallery-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

#prodect-modal .modal-gallery-thumb:hover,
#prodect-modal .modal-gallery-thumb.is-active{
    border-color: var(--dc-primary);
    box-shadow: none;
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers.is-disabled{
    opacity: .45;
    pointer-events: none;
    background: #f3f6fc;
    color: var(--dc-muted);
    border-color: var(--dc-border);
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers.page-more{
    min-width: auto;
    padding: 0 14px;
    border-radius: 999px;
    font-size: .82rem;
    letter-spacing: 0;
}

#main-wrapper.modern-catalog #contenido_productos .catalog-loading{
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--dc-muted);
    font-weight: 600;
}

#main-wrapper.modern-catalog #contenido_productos.catalog-loading-overlay-host{
    position: relative;
}

#main-wrapper.modern-catalog #contenido_productos .catalog-loading-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--dc-muted);
    font-weight: 600;
    background: rgba(255,255,255,.64);
    backdrop-filter: blur(1px);
    z-index: 3;
}

#main-wrapper.modern-catalog #contenido_productos .catalog-loading__spinner{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, .2);
    border-top-color: var(--dc-primary);
    animation: dcCatalogSpin .7s linear infinite;
}

.catalog-mobile-filter-trigger{
    display: none;
}

.catalogo-filtros-mobile-sheet{
    display: none;
}

#btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo{
    display: none;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes{
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 3;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes > .row,
#main-wrapper.modern-catalog #seccion_cat_paquetes_2{
    background: #fff;
    border: 1px solid rgba(16, 35, 77, .09);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 35, 77, .04);
    padding: 14px 12px;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes > .row{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes .shop-widget{
    border-bottom: 1px solid #f2f4f8;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes .shop-widget:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes h6,
#main-wrapper.modern-catalog #seccion_cat_paquetes .todo_filtro_cat a{
    color: #fb923c;
    font-weight: 700;
}

#main-wrapper.modern-catalog #seccion_cat_paquetes .filter-clear-widget{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros{
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 3;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros > .row,
#main-wrapper.modern-catalog #seccion_servicios_filtros_2{
    background: #fff;
    border: 1px solid rgba(16, 35, 77, .09);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 35, 77, .04);
    padding: 14px 12px;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros > .row{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros .shop-widget{
    border-bottom: 1px solid #f2f4f8;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros .shop-widget:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros h6,
#main-wrapper.modern-catalog #seccion_servicios_filtros .todo_filtro_cat a{
    color: #fb923c;
    font-weight: 700;
}

#main-wrapper.modern-catalog #seccion_servicios_filtros .filter-clear-widget{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
}

#main-wrapper.modern-catalog #menu_cat_filtro_servicio li{
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 3px;
    color: var(--dc-muted);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#main-wrapper.modern-catalog #menu_cat_filtro_servicio li.filtro-cat-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-wrapper.modern-catalog #menu_cat_filtro_servicio li:hover,
#main-wrapper.modern-catalog #menu_cat_filtro_servicio li.active{
    background: var(--dc-card);
    border-color: var(--dc-primary);
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #menu_cat_filtro_servicio .filtro-cat-label{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

#main-wrapper.modern-catalog #filtro_sub_categoria .filtro-subcat-item,
#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item{
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 7px 8px;
    transition: border-color .2s ease, background-color .2s ease;
}

#main-wrapper.modern-catalog #filtro_sub_categoria .filtro-subcat-item:hover,
#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item:hover,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item:hover{
    border-color: var(--dc-primary);
}

#main-wrapper.modern-catalog #filtro_sub_categoria .filtro-subcat-item.is-checked,
#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item.is-checked,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item.is-checked{
    background: #f3f5f8;
    border-color: var(--dc-border);
}

#main-wrapper.modern-catalog #fil_precio_servicio{
    border-radius: 12px;
    border: 1px solid var(--dc-border);
    box-shadow: 0 14px 26px rgba(16, 35, 77, .12);
    overflow: hidden;
}

#main-wrapper.modern-catalog #fil_precio_servicio li a{
    color: var(--dc-text);
    padding: 10px 14px;
}

#main-wrapper.modern-catalog #fil_precio_servicio li a:hover,
#main-wrapper.modern-catalog #fil_precio_servicio li.active a{
    background: #f3f5f8;
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #contenido_servicios .card{
    border: 1px solid rgba(16, 35, 77, .10);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(16, 35, 77, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#main-wrapper.modern-catalog #contenido_servicios .card:hover{
    transform: translateY(-2px);
    border-color: rgba(16, 35, 77, .14);
    box-shadow: 0 8px 22px rgba(16, 35, 77, .10);
}

#main-wrapper.modern-catalog #contenido_servicios .card .img_cover_p{
    border-radius: 10px;
    background-color: #fbfcfd;
    background-size: contain;
}

#main-wrapper.modern-catalog #contenido_servicios .card .quickview-action-wrap{
    border-top: 1px solid #eef2f7;
    padding-top: 10px;
}

body.page-cat-servicios #main-wrapper.modern-catalog #seccion_servicios_filtros h6,
body.page-cat-servicios #main-wrapper.modern-catalog #seccion_servicios_filtros .todo_filtro_cat a{
    color: var(--dc-primary);
}

body.page-cat-servicios #main-wrapper.modern-catalog #menu_cat_filtro_servicio li.active,
body.page-cat-servicios #main-wrapper.modern-catalog #menu_cat_filtro_servicio li:hover{
    background: #eef4ff;
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-modern{
    position: relative;
    overflow: hidden;
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-modern::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--dc-primary);
    opacity: .85;
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-modern__content{
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-chip{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid var(--dc-border);
    background: #f7f9fc;
    color: var(--dc-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 3px 9px;
    margin-bottom: 8px;
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-modern .btn--yellow{
    border-color: var(--dc-primary);
    color: var(--dc-primary);
}

body.page-cat-servicios #main-wrapper.modern-catalog #contenido_servicios .servicio-card-modern .btn--yellow:hover{
    background: var(--dc-primary);
    color: #fff;
}

#main-wrapper.modern-catalog #paginador_servicio{
    position: relative;
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(16, 35, 77, 0) 0%, rgba(16, 35, 77, .09) 50%, rgba(16, 35, 77, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top center;
}

#main-wrapper.modern-catalog #paginador_servicio .page-numbers{
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--dc-border);
    color: var(--dc-text);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(16, 35, 77, .08);
}

#main-wrapper.modern-catalog #paginador_servicio .page-numbers.active,
#main-wrapper.modern-catalog #paginador_servicio .page-numbers:hover{
    color: #fff;
    border-color: var(--dc-primary);
    background: var(--dc-primary);
}

#main-wrapper.modern-catalog .page-cat-paquetes-toolbar .shop-toolbar__item.shop-short-by,
#main-wrapper.modern-catalog .shop-toolbar__item.shop-short-by{
    order: 2;
    margin-left: auto;
    min-width: 250px;
    flex: 0 0 auto;
}

#main-wrapper.modern-catalog .shop-toolbar__item.shop-short-by > ul > li > a{
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#main-wrapper.modern-catalog #colum_configura_paquete > .col-lg-12 > label,
#main-wrapper.modern-catalog #colum_configura_paquete > .col-lg-12 > label > label{
    border: 0 !important;
    color: var(--dc-primary);
    font-weight: 800;
}

#main-wrapper.modern-catalog #colum_configura_paquete > .col-lg-12{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 6px;
}

#main-wrapper.modern-catalog #colum_configura_paquete > .col-lg-12::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(16,35,77,0) 0%, rgba(16,35,77,.12) 50%, rgba(16,35,77,0) 100%);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern--config .btn--orange-dark{
    background: #0f766e;
    border-color: #0f766e;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern--config .btn--orange-dark:hover{
    background: #0d5e58;
    border-color: #0d5e58;
}

#main-wrapper.modern-catalog #menu_inf_categoria li{
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 3px;
    color: var(--dc-muted);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#main-wrapper.modern-catalog #menu_inf_categoria li.filtro-cat-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-wrapper.modern-catalog #menu_inf_categoria li:hover,
#main-wrapper.modern-catalog #menu_inf_categoria li.active{
    background: var(--dc-card);
    border-color: var(--dc-primary);
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #menu_inf_categoria .filtro-cat-label{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item{
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 7px 8px;
    transition: border-color .2s ease, background-color .2s ease;
}

#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item:hover,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item:hover{
    border-color: var(--dc-primary);
}

#main-wrapper.modern-catalog #filtro_entorno .filtro-check-item.is-checked,
#main-wrapper.modern-catalog #filtro_caracteristicas .filtro-check-item.is-checked{
    background: #f3f5f8;
    border-color: var(--dc-border);
}

#main-wrapper.modern-catalog #fil_precio_paquete{
    border-radius: 12px;
    border: 1px solid var(--dc-border);
    box-shadow: 0 14px 26px rgba(16, 35, 77, .12);
    overflow: hidden;
}

#main-wrapper.modern-catalog #fil_precio_paquete li a{
    color: var(--dc-text);
    padding: 10px 14px;
}

#main-wrapper.modern-catalog #fil_precio_paquete li a:hover,
#main-wrapper.modern-catalog #fil_precio_paquete li.active a{
    background: #f3f5f8;
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo,
#main-wrapper.modern-catalog #btn_limpiar_filtros_catalogo.btn-limpiar-filtros-catalogo{
    width: 100%;
    min-height: 38px;
    border-radius: 10px;
    font-size: .84rem;
    font-weight: 700;
}

#main-wrapper.modern-catalog #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo{
    display: none;
    border: 1px solid var(--dc-primary);
    background: var(--dc-primary);
    color: #fff;
    margin-bottom: 8px;
}

#main-wrapper.modern-catalog #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo:hover{
    background: #1e40af;
    border-color: #1e40af;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .catalog-loading{
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--dc-muted);
    font-weight: 600;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes.catalog-loading-overlay-host{
    position: relative;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .catalog-loading-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--dc-muted);
    font-weight: 600;
    background: rgba(255,255,255,.64);
    backdrop-filter: blur(1px);
    z-index: 3;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .catalog-loading__spinner{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, .2);
    border-top-color: var(--dc-primary);
    animation: dcCatalogSpin .7s linear infinite;
}

#main-wrapper.modern-catalog #paginador_producto,
#main-wrapper.modern-catalog #paginador_producto_configurable{
    position: relative;
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(16, 35, 77, 0) 0%, rgba(16, 35, 77, .09) 50%, rgba(16, 35, 77, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top center;
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers,
#main-wrapper.modern-catalog #paginador_producto_configurable .page-numbers{
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--dc-border);
    color: var(--dc-text);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(16, 35, 77, .08);
}

#main-wrapper.modern-catalog #paginador_producto .page-numbers.active,
#main-wrapper.modern-catalog #paginador_producto .page-numbers:hover,
#main-wrapper.modern-catalog #paginador_producto_configurable .page-numbers.active,
#main-wrapper.modern-catalog #paginador_producto_configurable .page-numbers:hover{
    color: #fff;
    border-color: var(--dc-primary);
    background: var(--dc-primary);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern{
    border: 1px solid rgba(16, 35, 77, .10);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(16, 35, 77, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern:hover{
    transform: translateY(-2px);
    border-color: rgba(16, 35, 77, .14);
    box-shadow: 0 8px 22px rgba(16, 35, 77, .10);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__body{
    padding: 14px;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__media{
    display: flex;
    align-items: stretch;
    gap: 10px;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumbs-wrap{
    width: 58px;
    min-width: 58px;
    max-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumbs{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 2px 0;
    overflow: hidden;
    flex: 1 1 auto;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb{
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 77, .12);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 35, 77, .06);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #fff;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    border-radius: 8px;
    border: 1px solid var(--dc-border);
    background: #fff;
    color: var(--dc-primary);
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 6px;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb-more:hover{
    border-color: var(--dc-primary);
    background: #eef4ff;
    color: #1e40af;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__media-link{
    border-radius: 12px;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #ffffff;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__image{
    min-height: 220px;
    background-color: #ffffff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0 !important;
    box-shadow: none !important;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__content{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__title,
#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__title:hover{
    color: var(--dc-text);
    font-weight: 700;
    line-height: 1.25;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern:hover .paquete-card-modern__title,
#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern:hover .paquete-card-modern__title:hover{
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__desc,
#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__desc a{
    color: var(--dc-muted);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .paquete-card-modern__price{
    color: var(--dc-primary) !important;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .quickview-action-wrap{
    margin-top: 14px !important;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .quickview-wishlist .header-icon{
    border-radius: 10px;
    border: 1px solid var(--dc-border);
    background: #fff;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .quickview-wishlist .header-icon:hover{
    border-color: var(--dc-primary);
    background: #eef4ff;
    color: var(--dc-primary);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .btn--yellow,
#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .btn--orange-dark{
    border-radius: 10px !important;
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .btn--orange-dark{
    background: var(--dc-primary);
    border-color: var(--dc-primary);
}

#main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern .btn--orange-dark:hover{
    background: #1e40af;
    border-color: #1e40af;
}

#modal_table_pro_solucion.modal{
    overflow: hidden !important;
}

#modal_table_pro_solucion .modal-dialog{
    max-width: min(96vw, 1320px);
    height: 75vh;
    max-height: 75vh;
    margin: 12.5vh auto;
}

#modal_table_pro_solucion .modal-content{
    border: 0;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 35, 77, .22);
    border-radius: 14px;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#modal_table_pro_solucion .modal-header{
    border-bottom: 1px solid #e9eef8 !important;
    padding: 8px 10px;
    min-height: 52px;
    background: #fff;
}

#modal_table_pro_solucion .modal-header .close{
    border: 0;
    background: #f3f5f8;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--dc-muted);
    opacity: 1;
}

#modal_table_pro_solucion .modal-header .close:hover{
    background: #e7ecf6;
    color: var(--dc-primary);
}

#modal_table_pro_solucion .modal-body{
    padding: 10px 12px 12px;
    overflow: hidden;
    display: flex;
}

#modal_table_pro_solucion .product-details-content{
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    min-height: auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#modal_table_pro_solucion .pro_feature{
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e8edf7;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
}

#modal_table_pro_solucion #nom_sol_modal{
    color: var(--dc-primary);
    font-weight: 800;
    margin: 0 0 10px 0;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 4px 0 8px;
}

#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_filter input,
#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_length select{
    border: 1px solid var(--dc-border);
    border-radius: 10px;
    min-height: 34px;
    padding: 6px 10px;
    background: #fff;
}

#modal_table_pro_solucion #table_productos_solucion{
    border-radius: 10px;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
    table-layout: fixed;
}

#modal_table_pro_solucion #table_productos_solucion thead th{
    background: #f3f7ff;
    color: var(--dc-text);
    font-weight: 700;
    border-bottom: 1px solid #dbe7ff;
}

#modal_table_pro_solucion #table_productos_solucion tbody td{
    vertical-align: middle;
}

#modal_table_pro_solucion #table_productos_solucion tbody tr:hover{
    background: #f8fbff;
}

#modal_table_pro_solucion #table_productos_solucion_wrapper,
#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_scroll,
#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_scrollHeadInner,
#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_scrollHead,
#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_scrollBody{
    width: 100% !important;
}

#modal_table_pro_solucion #table_productos_solucion_wrapper .dataTables_scrollBody{
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: none !important;
}

#modal_table_pro_solucion #table_productos_solucion_wrapper{
    overflow-x: hidden !important;
}

#modal_table_pro_solucion .dataTables_wrapper,
#modal_table_pro_solucion .dataTables_wrapper .row,
#modal_table_pro_solucion .dataTables_wrapper .col-sm-12,
#modal_table_pro_solucion .dataTables_wrapper .col-md-12{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#modal_table_pro_solucion #table_productos_solucion thead th,
#modal_table_pro_solucion #table_productos_solucion tbody td{
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#modal_table_pro_solucion #table_productos_solucion tbody td a{
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#modal_table_pro_solucion #table_productos_solucion thead th:nth-child(1),
#modal_table_pro_solucion #table_productos_solucion tbody td:nth-child(1){
    width: 86px;
}

#modal_table_pro_solucion #table_productos_solucion thead th:nth-child(2),
#modal_table_pro_solucion #table_productos_solucion tbody td:nth-child(2){
    width: 84px;
    text-align: center;
}

@media only screen and (max-width: 991px){
    #modal_table_pro_solucion .modal-dialog{
        max-width: 98vw;
        height: 86vh;
        max-height: 86vh;
        margin: 7vh auto;
    }

    #modal_table_pro_solucion .modal-content{
        min-height: 0;
        max-height: 100%;
    }

    #modal_table_pro_solucion .product-details-content{
        min-height: auto;
    }

    #modal_table_pro_solucion .modal-body{
        padding: 8px;
    }
}

@keyframes dcCatalogSpin{
    to{ transform: rotate(360deg); }
}

@media only screen and (max-width: 991px){
    .page-cat-productos #txt_nombre_paquete .catalog-summary-wrap,
    .page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-wrap,
    .page-cat-servicios #txt_nombre_paquete .catalog-summary-wrap{
        flex-wrap: wrap;
        white-space: normal;
        overflow: visible;
        font-size: .92rem;
        line-height: 1.2;
    }

    .page-cat-productos #txt_nombre_paquete .catalog-summary-label,
    .page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-label,
    .page-cat-servicios #txt_nombre_paquete .catalog-summary-label{
        font-size: .88rem;
    }

    .page-cat-productos #txt_nombre_paquete .catalog-summary-chip,
    .page-cat-paquetes #txt_nom_cat_paquete .catalog-summary-chip,
    .page-cat-servicios #txt_nombre_paquete .catalog-summary-chip{
        font-size: .8rem;
    }

    body.page-cat-productos .breadcrumb-area,
    body.page-cat-paquetes .breadcrumb-area{
        padding-top: 22px;
        padding-bottom: 22px;
    }

    #main-wrapper.modern-catalog .banner-preduct-wrapper{
        margin-top: 16px !important;
        margin-bottom: 30px;
    }

    #main-wrapper.modern-catalog #seccion_productos_filtros{
        margin-top: 14px;
        position: static;
        top: auto;
        z-index: auto;
        display: none;
    }

    #main-wrapper.modern-catalog #seccion_productos_filtros + .col-xl-10{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #main-wrapper.modern-catalog #seccion_cat_paquetes{
        margin-top: 14px;
        position: static;
        top: auto;
        z-index: auto;
        display: none;
    }

    #main-wrapper.modern-catalog #seccion_cat_paquetes + .col-xl-10{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #main-wrapper.modern-catalog #seccion_cat_paquetes > .row,
    #main-wrapper.modern-catalog #seccion_cat_paquetes_2{
        padding: 12px 10px;
    }

    #main-wrapper.modern-catalog #seccion_cat_paquetes > .row{
        max-height: none;
        overflow-y: visible;
    }

    #main-wrapper.modern-catalog #seccion_productos_filtros > .row,
    #main-wrapper.modern-catalog #seccion_productos_filtros_2{
        padding: 12px 10px;
    }

    #main-wrapper.modern-catalog #seccion_productos_filtros > .row{
        max-height: none;
        overflow-y: visible;
    }

    #menu_left_eze_producto{
        display: none !important;
    }

    #header-mobile-row2 #linea_negocio_actual_badge{
        gap: 4px;
        padding-right: 8px;
    }

    body.page-cat-productos #header-pagina.is-sticky #header-mobile-row2,
    body.page-cat-paquetes #header-pagina.is-sticky #header-mobile-row2,
    body.page-cat-servicios #header-pagina.is-sticky #header-mobile-row2{
        display: flex;
    }

    #main-wrapper.modern-catalog #seccion_servicios_filtros{
        margin-top: 14px;
        position: static;
        top: auto;
        z-index: auto;
        display: none;
    }

    #main-wrapper.modern-catalog #seccion_servicios_filtros + .col-xl-10{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #main-wrapper.modern-catalog #seccion_servicios_filtros > .row,
    #main-wrapper.modern-catalog #seccion_servicios_filtros_2{
        padding: 12px 10px;
    }

    #main-wrapper.modern-catalog #seccion_servicios_filtros > .row{
        max-height: none;
        overflow-y: visible;
    }

    .catalog-mobile-filter-trigger{
        width: 28px;
        height: 28px;
        min-width: 28px;
        border-radius: 999px;
        border: 1px solid #1d4ed8;
        background: #fff;
        color: #1d4ed8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
    }

    #header-mobile-row2 .header-right-side #btn_header_filtros_mobile.catalog-mobile-filter-trigger{
        margin-right: 5px;
        border-color: #1d4ed8;
        background: #fff;
        color: #1d4ed8;
    }

    #header-mobile-row2 .header-right-side #btn_header_filtros_mobile.catalog-mobile-filter-trigger.is-has-filters{
        background: #1d4ed8;
        border-color: #1d4ed8;
        color: #fff;
    }

    #header-mobile-row2 #linea_negocio_actual_badge .linea-negocio-toggle{
        width: 22px;
        height: 22px;
        min-width: 22px;
        margin-left: 0;
    }

    body.page-cat-productos #header-mobile-row2 .header-right-side,
    body.page-cat-paquetes #header-mobile-row2 .header-right-side,
    body.page-cat-servicios #header-mobile-row2 .header-right-side{
        gap: 3px;
        margin-left: auto;
    }

    body.page-cat-productos #header-mobile-row2 .header-right-side .header-right-items > a,
    body.page-cat-paquetes #header-mobile-row2 .header-right-side .header-right-items > a,
    body.page-cat-servicios #header-mobile-row2 .header-right-side .header-right-items > a{
        width: 29px;
        height: 29px;
    }

    body.page-cat-productos #header-mobile-row2 #linea_negocio_actual_badge,
    body.page-cat-paquetes #header-mobile-row2 #linea_negocio_actual_badge,
    body.page-cat-servicios #header-mobile-row2 #linea_negocio_actual_badge{
        max-width: calc(100% - 134px);
    }

    .catalog-mobile-filter-trigger i{
        font-size: .86rem;
        line-height: 1;
    }

    .catalog-mobile-filter-count{
        position: absolute;
        top: -6px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        border-radius: 999px;
        background: #ef4444;
        color: #fff;
        font-size: .62rem;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        padding: 0 3px;
        border: 1px solid #fff;
        transform: scale(1);
        transition: transform .18s ease, opacity .18s ease;
    }

    #header-mobile-row2 .header-right-side #btn_header_filtros_mobile.catalog-mobile-filter-trigger.is-has-filters .catalog-mobile-filter-count{
        border-color: #1d4ed8;
    }

    .catalog-mobile-filter-count.is-empty{
        opacity: 0;
        transform: scale(.7);
    }

    .catalogo-filtros-mobile-sheet{
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1300;
        pointer-events: none;
    }

    .catalogo-filtros-mobile-sheet__backdrop{
        position: absolute;
        inset: 0;
        background: rgba(16, 35, 77, .26);
        opacity: 0;
        transition: opacity .22s ease;
    }

    .catalogo-filtros-mobile-sheet__panel{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: min(86vh, 720px);
        height: min(86dvh, 720px);
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -6px 18px rgba(16,35,77,.14);
        transform: translate3d(0, 100%, 0);
        transition: transform .24s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        overscroll-behavior: contain;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .catalogo-filtros-mobile-sheet__header{
        position: sticky;
        top: 0;
        z-index: 2;
        background: #fff;
        border-bottom: 1px solid rgba(16, 35, 77, .08);
        min-height: 58px;
        padding: calc(10px + env(safe-area-inset-top)) 14px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        color: var(--dc-text);
    }

    .catalogo-filtros-mobile-sheet__title-wrap{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .catalogo-filtros-mobile-sheet__header-actions{
        display: inline-flex;
        align-items: center;
        gap: 7px;
        flex: 0 0 auto;
        z-index: 2;
    }

    .catalogo-filtros-mobile-sheet__results{
        min-height: 34px;
        border-radius: 999px;
        border: 1px solid var(--dc-border);
        background: #fff;
        color: #1f2937;
        font-size: .72rem;
        font-weight: 700;
        padding: 0 11px;
    }

    .catalogo-filtros-mobile-sheet__close{
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid var(--dc-border);
        background: #fff;
        color: var(--dc-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .catalogo-filtros-mobile-sheet__content{
        overflow-y: auto;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
        flex: 1;
        -webkit-overflow-scrolling: touch;
    }

    .catalogo-filtros-mobile-sheet__content > .row{
        background: #fff;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .catalogo-filtros-mobile-sheet.is-open{
        pointer-events: auto;
    }

    .catalogo-filtros-mobile-sheet.is-open .catalogo-filtros-mobile-sheet__backdrop{
        opacity: 1;
    }

    .catalogo-filtros-mobile-sheet.is-open .catalogo-filtros-mobile-sheet__panel{
        transform: translate3d(0, 0, 0);
    }

    .catalogo-filtro-aplicado-hint{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 999px;
        border: 1px solid rgba(22, 163, 74, .28);
        background: rgba(22, 163, 74, .14);
        color: #15803d;
        padding: 4px 10px;
        font-size: .72rem;
        font-weight: 700;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        max-width: 160px;
        white-space: nowrap;
        z-index: 1;
    }

    .catalogo-filtro-aplicado-hint.is-visible{
        opacity: 1;
    }

    .catalogo-filtros-mobile-sheet #btn_limpiar_filtros_catalogo.btn-limpiar-filtros-catalogo{
        width: 100%;
        min-height: 38px;
        border: 1px solid #d16a6a;
        border-radius: 10px;
        background: #fff;
        color: #c05a5a;
        font-size: .84rem;
        font-weight: 700;
    }

    .catalogo-filtros-mobile-sheet #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo{
        width: 100%;
        min-height: 38px;
        border: 1px solid #fb923c;
        border-radius: 10px;
        background: #fff7ed;
        color: #c2410c;
        font-size: .84rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .catalogo-filtros-mobile-sheet #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo:hover{
        background: #ffedd5;
        border-color: #ea580c;
        color: #9a3412;
    }

    .catalogo-filtros-mobile-sheet #btn_limpiar_filtros_catalogo.btn-limpiar-filtros-catalogo:hover{
        background: #fff5f5;
        border-color: #bb4f4f;
        color: #b24545;
    }

    .catalogo-filtros-mobile-sheet #catalogo_filtros_mobile_contenido .form-check-input,
    .catalogo-filtros-mobile-sheet #menu_cat_filtro_producto_remake .check_name_categoria_filtro{
        border-radius: 12px;
    }


    .catalogo-filtros-mobile-sheet #btn_aplicar_filtros_catalogo.btn-aplicar-filtros-catalogo{
        display: block;
    }
    #main-wrapper.modern-catalog .filtro-marcas-toolbar{
        margin-top: 8px;
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-label{
        display: block;
        margin-right: 0;
        font-size: .76rem;
        line-height: 1;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-row{
        width: 100%;
        display: flex;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-row--iniciales{
        padding-bottom: 2px;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-row--chips{
        padding-bottom: 3px;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-row::-webkit-scrollbar{
        height: 6px;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-row::-webkit-scrollbar-thumb{
        background: #c8d5ee;
        border-radius: 999px;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-iniciales{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        flex-wrap: nowrap;
        min-width: max-content;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .filtro-marcas-chips{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        flex-wrap: nowrap;
        min-width: max-content;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .marca-inicial-chip{
        border: 1px solid #cfdaf0;
        background: #f8fbff;
        color: #4a5f84;
        border-radius: 8px;
        min-width: 28px;
        min-height: 28px;
        padding: 4px 8px;
        font-size: .7rem;
        font-weight: 700;
        line-height: 1;
    }

    #main-wrapper.modern-catalog .filtro-marcas-toolbar .marca-inicial-chip.active{
        border-color: #1d4ed8;
        color: #1d4ed8;
        background: #eef4ff;
    }

    #main-wrapper.modern-catalog #contenido_productos .col-xl-3,
    #main-wrapper.modern-catalog #contenido_productos .col-lg-3,
    #main-wrapper.modern-catalog #contenido_productos .col-md-4,
    #main-wrapper.modern-catalog #contenido_productos .col-sm-6,
    #main-wrapper.modern-catalog #contenido_productos .col-6{
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767px){
    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__body{
        padding: 10px;
    }

    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumbs-wrap{
        width: 50px;
        min-width: 50px;
        max-height: 180px;
        gap: 6px;
    }

    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumbs{
        gap: 6px;
    }

    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb{
        height: 44px;
        border-radius: 8px;
    }

    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__thumb-more{
        min-height: 24px;
        font-size: .68rem;
        padding: 0 4px;
    }

    #main-wrapper.modern-catalog #tarjetas_largas_paquetes .paquete-card-modern__image{
        min-height: 180px;
    }

    #main-wrapper.modern-catalog #contenido_productos .single-product-item .products-images{
        padding: 10px 10px 0;
    }

    #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-content{
        padding: 10px;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .products-images{
        position: relative;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions{
        position: absolute;
        left: auto;
        right: 10px;
        bottom: 10px;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        z-index: 3;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions a{
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions a:first-child{
        display: none !important;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn{
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 12px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        box-shadow: 0 6px 14px rgba(16, 35, 77, .18);
        overflow: visible;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn::before{
        content: '';
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border-radius: 14px;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:hover,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus-visible,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:active,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn.is-added{
        background: var(--dc-primary) !important;
        border-color: var(--dc-primary) !important;
        color: #ffffff !important;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:active,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn:focus-visible,
    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn.is-added{
        background: var(--dc-primary);
        border-color: var(--dc-primary);
        color: #ffffff;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .single-product-item .product-actions .product-card-cart-btn .tool-tip{
        display: none !important;
    }

    body.page-cat-productos #main-wrapper.modern-catalog #contenido_productos .col-6{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #header-mobile-row2 #linea_negocio_actual_badge #linea_negocio_actual_nombre{
        max-width: 108px;
    }
}

