/*
Theme Name: MiMudanza.net
Theme URI: https://codesized.com
Description: Tema creado por codesized
Author: Daniel Díaz
Author URI: https://codesized.com/
Template: mimud-p
Version: 1.0.0
*/

.site-header {
    transition: all 0.3s;
    background: linear-gradient(transparent, transparent);
}

body.scroll:not(.scroll-section-1) .site-header > div {
    background: #fff;
}

body.scroll:not(.scroll-section-1) .site-header > div .et_pb_menu__logo > img {
    filter: invert(100%);
}

body.scroll.scroll-section-1 .site-header {
    background: linear-gradient(#00000082, #ff00);
}