.elementor-15508 .elementor-element.elementor-element-4edad83{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7eabf52 */:root {
    --bp-green: #027017;
    --bp-green-hover: #02911F;
    --bp-green-dark: #014e10;
    --bp-green-light: #e8f5e9;
    --bp-text-dark: #1e293b;
    --bp-text-muted: #64748b;
    --bp-border: #e2e8f0;
    --bp-radius: 12px;
    --bp-font-title: 'Josefin Sans', sans-serif;
    --bp-font-body: 'Lato', sans-serif;
}

* {
    box-sizing: border-box !important;
}

.bp-mega-content-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    border-radius: var(--bp-radius);
    box-shadow: 0 10px 30px -5px rgba(2, 112, 23, 0.12), 0 4px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    font-family: var(--bp-font-body);
    color: var(--bp-text-dark);
    text-align: left;
}

.bp-mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 200px;
    gap: 0;
    background: #ffffff;
    width: 100%;
}

.bp-mega-col {
    padding: 16px 10px;
    border-right: 1px solid #f1f5f9;
    min-width: 0;
}

.bp-mega-col:nth-child(4) {
    border-right: none;
}

.bp-col-title {
    font-family: var(--bp-font-title);
    font-size: 12.5px;
    font-weight: 700;
    color: var(--bp-green);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--bp-green-light);
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bp-col-title svg {
    width: 15px;
    height: 15px;
    stroke: var(--bp-green);
    stroke-width: 2.2;
    flex-shrink: 0;
}

.bp-service-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bp-service-list li { 
    margin: 0 !important; 
    padding: 0 !important;
    min-width: 0;
}

.bp-service-list a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 5px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    color: #334155 !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    line-height: 1.25 !important;
    gap: 4px;
}

.bp-service-list a:hover {
    background: var(--bp-green-light) !important;
    color: var(--bp-green) !important;
}

.bp-item-left { 
    display: flex; 
    align-items: center; 
    gap: 7px;
    min-width: 0;
    overflow: hidden;
}

.bp-item-left span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bp-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #e8f5e9;
    color: var(--bp-green);
    border: 1px solid #c8e6c9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.bp-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--bp-green);
    stroke-width: 2.2;
}

.bp-service-list a:hover .bp-icon {
    background: var(--bp-green);
    border-color: var(--bp-green);
    color: #ffffff;
}

.bp-service-list a:hover .bp-icon svg {
    stroke: #ffffff;
}

.bp-badge {
    font-size: 8.5px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    white-space: nowrap;
    flex-shrink: 0;
}
.bp-badge-new { background: #dcfce7; color: #15803d; border: 1px solid #bbf7d0; }
.bp-badge-hot { background: #fee2e2; color: #dc2626; border: 1px solid #fecaca; }
.bp-badge-laser { background: #e0f2fe; color: #0369a1; border: 1px solid #bae6fd; }
.bp-badge-spec { background: #fef3c7; color: #b45309; border: 1px solid #fde68a; }
.bp-badge-custom { background: #f3e8ff; color: #7e22ce; border: 1px solid #e9d5ff; }

/* BANNER LATERAL COMPACTO DE 200PX */
.bp-mega-banner {
    background: linear-gradient(145deg, #027017 0%, #014e10 100%);
    padding: 16px 12px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    flex-shrink: 0;
}

.bp-banner-tag {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 10px;
}

.bp-mega-banner h4 {
    font-family: var(--bp-font-title);
    font-size: 14.5px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 8px 0 4px 0;
    line-height: 1.25;
}

.bp-mega-banner p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 12px;
    line-height: 1.3;
}

.bp-sedes-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bp-cta-button {
    background: #ffffff !important;
    color: var(--bp-green) !important;
    font-family: var(--bp-font-title) !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    white-space: nowrap;
}

.bp-cta-button:hover {
    background: #f8fafc !important;
    color: var(--bp-green-dark) !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 1024px) {
    .bp-mega-grid { grid-template-columns: 1fr; }
    .bp-mega-banner { width: 100%; padding: 16px; }
}/* End custom CSS */