/*
Theme Name:   Bw KidsCenter Child
Theme URI:    https://zenny.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description: KidsCenter WordPress Template WooCommerce is perfect for schools and education centers. Schedule for children easily on your website.
Template:     bw-kidscenter
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-kidscenter-child
*/
/* Ajuste fino del espacio superior */
.main-page-default {
    padding-top: 10px !important; /* Ajusta este valor */
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Remover padding/margin heredado */
.wrap {
    padding: 0 !important;
    margin: 0 !important;
}

.cookieadmin_re_consent {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Oculta el texto original */
.copyright.desc.white p {
    font-size: 0 !important;
}

/* Inserta el texto nuevo */
.copyright.desc.white p::before {
    content: "Copyright © Baby Adventure Spa. Todos los derechos reservados.";
    font-size: 14px !important;
    color: #ffffff !important;
}

