/* ===============================
   MENÚ SUPERIOR – COLOR CORPORATIVO
   =============================== */

/* SOLO cambiar el color del elemento ACTIVO del menú */
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a,
li.menu-item.current_page_parent > a {
    color: #006F5A !important;
}

.azulpr,
a.azulpr
{color: #4877B5 !important;}

/* Aseguramos referencia para posicionar el badge */
.elementor-button-icon {
    position: relative !important;
}

/* Tamaño del indicador del carrito */
.elementor-button-icon .elementor-button-icon-qty {
    min-width: 24px !important;   /* ancho mínimo del circulito */
    height: 24px !important;      /* alto */
    font-size: 14px !important;   /* tamaño del número */
    line-height: 24px !important; /* centra el “1” en vertical */
    padding: 0 !important;
    border-radius: 999px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
}




