/* Enlaces de salto accesibles y visibles al foco */
.alumifer-skip-link,
.alumifer-skip-managed {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.alumifer-skip-link:focus,
.alumifer-skip-link:active,
.alumifer-skip-managed:focus,
.alumifer-skip-managed:active {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    z-index: 99999;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

/* Pequeños ajustes de contraste general (ligeros) */
body {
    color: #111111;
}

.elementor-widget-heading .elementor-heading-title,
.elementor-text-editor,
.elementor-text-editor p,
.elementor-icon-box-description,
.elementor-icon-box-title {
    color: #111111;
}
