.elementor-50 .elementor-element.elementor-element-d5f0a48{--display:flex;}.elementor-50 .elementor-element.elementor-element-c7b98ff ul.hfe-breadcrumbs li{margin-right:10px;}.elementor-50 .elementor-element.elementor-element-a72f526{--display:flex;}.elementor-50 .elementor-element.elementor-element-8c23253{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for hfe-breadcrumbs-widget, class: .elementor-element-c7b98ff *//* Contenedor principal */
nav[aria-label="Breadcrumb"] .hfe-breadcrumbs {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Items */
.hfe-breadcrumbs-item a {
    color: #590A0A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hfe-breadcrumbs-item a:hover {
    color: #8b1c1c;
    text-decoration: underline;
}

/* Icono Home */
.hfe-breadcrumbs-home-icon svg {
    width: 14px;
    height: 14px;
    fill: #590A0A;
    margin-right: 4px;
    vertical-align: middle;
}

/* Separador */
.hfe-breadcrumbs-separator-text {
    color: #bbb;
    font-size: 13px;
    padding: 0 5px;
}

/* Último elemento */
.hfe-breadcrumbs-item.hfe-breadcrumbs-last .hfe-breadcrumbs-text {
    color: #222;
    font-weight: 600;
}/* End custom CSS */