/*
Theme Name: Petit Petit KCS
Theme URI: https://petitpetitkcs.com/
Template: Divi
Author: CRIAFAMA Brand Consulting
Author URI: https://criafama.es/
Description: Tema diseñado para petitpetitkcs.com basado en DIVI 4.0
Version: 4.27.4.1761122639
Updated: 2025-10-22 10:43:59

*/

/* INICIO SUBSANACIÓN ACCESIBILIDAD KIT DIGITAL */

/* Insertar enlace de saltar contenido */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-weight: bold;
    transition: top 0.2s ease-in-out;
}

.skip-link:focus {
    top: 10px;
}

/* Hacer visible el elemento enfocado en DIVI con estilo tipo W3C */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #ffcc33; /* Amarillo */
  outline-offset: 3px;
  background-color: #cccccc; /* Gris claro */
  color: #000000; /* Negro */
  transition: outline-offset 0.2s ease-in-out;
}

/* FIN SUBSANACIÓN ACCESIBILIDAD KIT DIGITAL */