/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Child theme de Kadence para EFICONSULTING. Protege las personalizaciones de actualizaciones del tema padre.
Author: EFICONSULTING
Author URI: https://www.eficonsulting.es/
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* 
 * Los estilos se heredan automáticamente del tema padre Kadence.
 * Añade aquí solo los estilos personalizados que necesites.
 */

/* Fondo del sitio */

/* Si prefieres que el fondo sea responsive y no fijo, usa esto en su lugar: */
/*
body {
    background-image: url(https://eficonsulting.es/wp-content/uploads/fondo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
*/

