/**
 * Theme Name: Child
 * Template: nova
 * ...other header fields
 */

 :root {
    /* GENERAL */
    --c_p: #000000!important; /* color principal */
    --bg__p: #fff6e9!important; /* fondo detalle */
    --bg__d: linear-gradient(135deg, #e9f7ff 0%, #a9ebf7 100%)!important; /* fondo degradado */
    --c_ch: #068637!important; /* color precio */
    /* BOTONES */
    --c_b: #df0022!important; /* color boton */
    --c_bh: #068637!important; /* color boton hover */
    /* HEADER */
    --bg-header: transparent!important; /* fondo header home */
    --color-header: #df0022!important; /* color btn del header */
    --border-header: 1px solid #000000!important; /* border inferior del menu */
    --bg-header-sticky: #df0022!important; /* fondo header sticky e interiores */
    --color-header-sticky: #ffffff!important; /*  */
    --border-header-sticky: none!important; /* border inferior del menu */
    /* FOOTER */
    --bg-d_footer: #fddde2!important;
    --color-d_footer: #000000!important;
    --bg-footer: #df0022!important; /* fondo footer */
    --color-footer: #ffffff!important; /* color menus footer */
    --bg-pago: #ffffff!important; /* fondo pagos */
    --color-pago: #000000!important; /* color tirulos pago */
    /* FLAGS */
    --bg-flags: #df0022!important; /* fondo 'ofertas' */
    --color-flags: #ebf8ff!important; /* color 'ofertas' */
}

.scroll .site-branding img,
body:not(.home) .site-branding img {
    filter: brightness(0) invert(1);
}
.scroll #btn_boton span,
body:not(.home) #btn_boton span {
    background: #ffffff;
}
.scroll .woocommerce_menu i,
body:not(.home) .woocommerce_menu i {
    color: #ffffff;
}
body.menu--open #btn_boton span {
    background: #df0022;
}
body.menu--open .site-branding img {
    filter: brightness(1) invert(0);
}
body.menu--open .woocommerce_menu a i {
    color: #df0022;
}

div#logo_subvencion {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin: 30px 0;
    img {
        height: 90px;
    }
}