.elementor-1198 .elementor-element.elementor-element-2259438e:not(.elementor-motion-effects-element-type-background), .elementor-1198 .elementor-element.elementor-element-2259438e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-dea41e4 );}.elementor-1198 .elementor-element.elementor-element-2259438e > .elementor-background-overlay{background-image:url("https://belgranosoft.com/wp-content/uploads/2026/06/IMG_3945.jpg");background-position:0px 100%;background-repeat:no-repeat;background-size:cover;opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1198 .elementor-element.elementor-element-2259438e .elementor-background-overlay{filter:brightness( 75% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}.elementor-1198 .elementor-element.elementor-element-2259438e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5em 0em 05em 0em;}.elementor-1198 .elementor-element.elementor-element-94d1ff0{text-align:center;}.elementor-1198 .elementor-element.elementor-element-94d1ff0 .elementor-heading-title{color:var( --e-global-color-a291686 );}.elementor-1198 .elementor-element.elementor-element-25304f1{--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-1198 .elementor-element.elementor-element-251482b{--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-1198 .elementor-element.elementor-element-d50187e{--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;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-1198 .elementor-element.elementor-element-2259438e > .elementor-background-overlay{background-attachment:fixed;}}@media(max-width:1024px){.elementor-1198 .elementor-element.elementor-element-2259438e > .elementor-background-overlay{background-position:0px 0%;}}@media(max-width:767px){.elementor-1198 .elementor-element.elementor-element-2259438e > .elementor-background-overlay{background-position:0px 0%;}}/* Start custom CSS for shortcode, class: .elementor-element-21f188d */.bw-pf {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

/* Filtros superiores - botones naranja sólido #FF741F, texto blanco */
.bw-pf-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.bw-pf-tab {
    appearance: none;
    border: 2px solid #FF741F;
    background: #FF741F !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bw-pf-tab:hover,
.bw-pf-tab.is-active {
    background: #C94F0F !important;
    border-color: #C94F0F;
    color: #ffffff !important;
}

/* Estado de carga AJAX */
.bw-pf-results {
    position: relative;
    min-height: 180px;
    transition: opacity 0.2s ease;
}

.bw-pf.is-loading .bw-pf-results {
    opacity: 0.35;
    pointer-events: none;
}

.bw-pf-loader {
    display: none;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #FF741F;
}

.bw-pf.is-loading .bw-pf-loader {
    display: block;
}

/* Grilla */
.bw-pf-grid {
    display: grid;
    grid-template-columns: repeat(var(--bw-pf-columns, 3), minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

/* Card */
.bw-pf-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.bw-pf-card:hover {
    transform: translateY(-3px);
}

/* Imagen superior */
.bw-pf-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 414px;
    background: #f5f5f5;
    overflow: hidden;
}

.bw-pf-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Contenido inferior */
.bw-pf-card-body {
    min-height: 198px;
    padding: 26px 28px 22px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Encabezados: NUNCA subrayados */
.bw-pf-title,
.bw-pf-title a,
.bw-pf-title a:hover,
.bw-pf-title a:focus {
    text-decoration: none !important;
    margin: 0 0 12px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
}

.bw-pf-subtitle {
    max-width: 360px;
    margin: 0 auto 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
}

/* Botón de cada tarjeta */
.bw-pf-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-width: 146px;
    min-height: 47px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #FF741F !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bw-pf-card-btn:hover {
    background: #C94F0F !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.bw-pf-empty {
    margin: 24px 0;
    font-size: 15px;
    color: #555555;
}

/* Tablet */
@media (max-width: 1024px) {
    .bw-pf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .bw-pf-image {
        height: 360px;
    }

    .bw-pf-title,
    .bw-pf-title a {
        font-size: 23px;
    }

    .bw-pf-subtitle {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .bw-pf {
        max-width: 100%;
    }

    .bw-pf-tabs {
        gap: 6px;
        margin-bottom: 22px;
    }

    .bw-pf-tab {
        font-size: 10px;
        padding: 7px 10px;
    }

    .bw-pf-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bw-pf-image {
        height: 300px;
    }

    .bw-pf-card-body {
        min-height: 175px;
        padding: 22px 20px 22px;
    }

    .bw-pf-title,
    .bw-pf-title a {
        font-size: 24px;
    }

    .bw-pf-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .bw-pf-card-btn {
        min-width: 140px;
        min-height: 44px;
        font-size: 15px;
    }
}/* End custom CSS */